xml/Microsoft.Azure.Management.WebSites/IAppServiceEnvironmentsOperations.xml (4,052 lines of code) (raw):

<Type Name="IAppServiceEnvironmentsOperations" FullName="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations"> <TypeSignature Language="C#" Value="public interface IAppServiceEnvironmentsOperations" /> <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IAppServiceEnvironmentsOperations" /> <TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" /> <TypeSignature Language="VB.NET" Value="Public Interface IAppServiceEnvironmentsOperations" /> <TypeSignature Language="F#" Value="type IAppServiceEnvironmentsOperations = interface" /> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>3.1.0.0</AssemblyVersion> <AssemblyVersion>3.1.1.0</AssemblyVersion> <AssemblyVersion>3.1.2.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <Interfaces /> <Docs> <summary> AppServiceEnvironmentsOperations operations. </summary> <remarks>To be added.</remarks> </Docs> <Members> <Member MemberName="ApproveOrRejectPrivateEndpointConnectionWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt; ApproveOrRejectPrivateEndpointConnectionWithHttpMessagesAsync (string resourceGroupName, string name, string privateEndpointConnectionName, Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt; ApproveOrRejectPrivateEndpointConnectionWithHttpMessagesAsync(string resourceGroupName, string name, string privateEndpointConnectionName, class Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ApproveOrRejectPrivateEndpointConnectionWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ApproveOrRejectPrivateEndpointConnectionWithHttpMessagesAsync (resourceGroupName As String, name As String, privateEndpointConnectionName As String, privateEndpointWrapper As PrivateLinkConnectionApprovalRequestResource, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of RemotePrivateEndpointConnectionARMResource))" /> <MemberSignature Language="F#" Value="abstract member ApproveOrRejectPrivateEndpointConnectionWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ApproveOrRejectPrivateEndpointConnectionWithHttpMessagesAsync (resourceGroupName, name, privateEndpointConnectionName, privateEndpointWrapper, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="privateEndpointConnectionName" Type="System.String" /> <Parameter Name="privateEndpointWrapper" Type="Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="privateEndpointConnectionName" /> <param name="privateEndpointWrapper" /> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Approves or rejects a private endpoint connection </summary> <returns>To be added.</returns> <remarks> Description for Approves or rejects a private endpoint connection </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginApproveOrRejectPrivateEndpointConnectionWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt; BeginApproveOrRejectPrivateEndpointConnectionWithHttpMessagesAsync (string resourceGroupName, string name, string privateEndpointConnectionName, Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt; BeginApproveOrRejectPrivateEndpointConnectionWithHttpMessagesAsync(string resourceGroupName, string name, string privateEndpointConnectionName, class Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.BeginApproveOrRejectPrivateEndpointConnectionWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginApproveOrRejectPrivateEndpointConnectionWithHttpMessagesAsync (resourceGroupName As String, name As String, privateEndpointConnectionName As String, privateEndpointWrapper As PrivateLinkConnectionApprovalRequestResource, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of RemotePrivateEndpointConnectionARMResource))" /> <MemberSignature Language="F#" Value="abstract member BeginApproveOrRejectPrivateEndpointConnectionWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.BeginApproveOrRejectPrivateEndpointConnectionWithHttpMessagesAsync (resourceGroupName, name, privateEndpointConnectionName, privateEndpointWrapper, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="privateEndpointConnectionName" Type="System.String" /> <Parameter Name="privateEndpointWrapper" Type="Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="privateEndpointConnectionName" /> <param name="privateEndpointWrapper" /> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Approves or rejects a private endpoint connection </summary> <returns>To be added.</returns> <remarks> Description for Approves or rejects a private endpoint connection </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginChangeVnetNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; BeginChangeVnetNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; BeginChangeVnetNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.BeginChangeVnetNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginChangeVnetNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Site)))" /> <MemberSignature Language="F#" Value="abstract member BeginChangeVnetNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.BeginChangeVnetNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Move an App Service Environment to a different VNET. </summary> <returns>To be added.</returns> <remarks> Description for Move an App Service Environment to a different VNET. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginChangeVnetWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; BeginChangeVnetWithHttpMessagesAsync (string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile vnetInfo, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; BeginChangeVnetWithHttpMessagesAsync(string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile vnetInfo, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.BeginChangeVnetWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginChangeVnetWithHttpMessagesAsync (resourceGroupName As String, name As String, vnetInfo As VirtualNetworkProfile, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Site)))" /> <MemberSignature Language="F#" Value="abstract member BeginChangeVnetWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.BeginChangeVnetWithHttpMessagesAsync (resourceGroupName, name, vnetInfo, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="vnetInfo" Type="Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="vnetInfo"> Details for the new virtual network. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Move an App Service Environment to a different VNET. </summary> <returns>To be added.</returns> <remarks> Description for Move an App Service Environment to a different VNET. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginCreateOrUpdateMultiRolePoolWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt; BeginCreateOrUpdateMultiRolePoolWithHttpMessagesAsync (string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource multiRolePoolEnvelope, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt; BeginCreateOrUpdateMultiRolePoolWithHttpMessagesAsync(string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource multiRolePoolEnvelope, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.BeginCreateOrUpdateMultiRolePoolWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginCreateOrUpdateMultiRolePoolWithHttpMessagesAsync (resourceGroupName As String, name As String, multiRolePoolEnvelope As WorkerPoolResource, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkerPoolResource))" /> <MemberSignature Language="F#" Value="abstract member BeginCreateOrUpdateMultiRolePoolWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.BeginCreateOrUpdateMultiRolePoolWithHttpMessagesAsync (resourceGroupName, name, multiRolePoolEnvelope, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="multiRolePoolEnvelope" Type="Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="multiRolePoolEnvelope"> Properties of the multi-role pool. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update a multi-role pool. </summary> <returns>To be added.</returns> <remarks> Description for Create or update a multi-role pool. </remarks> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginCreateOrUpdateWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt; BeginCreateOrUpdateWithHttpMessagesAsync (string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource hostingEnvironmentEnvelope, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt; BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource hostingEnvironmentEnvelope, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.BeginCreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginCreateOrUpdateWithHttpMessagesAsync (resourceGroupName As String, name As String, hostingEnvironmentEnvelope As AppServiceEnvironmentResource, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of AppServiceEnvironmentResource))" /> <MemberSignature Language="F#" Value="abstract member BeginCreateOrUpdateWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.BeginCreateOrUpdateWithHttpMessagesAsync (resourceGroupName, name, hostingEnvironmentEnvelope, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="hostingEnvironmentEnvelope" Type="Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="hostingEnvironmentEnvelope"> Configuration details of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Create or update an App Service Environment. </remarks> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginCreateOrUpdateWorkerPoolWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt; BeginCreateOrUpdateWorkerPoolWithHttpMessagesAsync (string resourceGroupName, string name, string workerPoolName, Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource workerPoolEnvelope, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt; BeginCreateOrUpdateWorkerPoolWithHttpMessagesAsync(string resourceGroupName, string name, string workerPoolName, class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource workerPoolEnvelope, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.BeginCreateOrUpdateWorkerPoolWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginCreateOrUpdateWorkerPoolWithHttpMessagesAsync (resourceGroupName As String, name As String, workerPoolName As String, workerPoolEnvelope As WorkerPoolResource, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkerPoolResource))" /> <MemberSignature Language="F#" Value="abstract member BeginCreateOrUpdateWorkerPoolWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.BeginCreateOrUpdateWorkerPoolWithHttpMessagesAsync (resourceGroupName, name, workerPoolName, workerPoolEnvelope, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="workerPoolName" Type="System.String" /> <Parameter Name="workerPoolEnvelope" Type="Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="workerPoolName"> Name of the worker pool. </param> <param name="workerPoolEnvelope"> Properties of the worker pool. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update a worker pool. </summary> <returns>To be added.</returns> <remarks> Description for Create or update a worker pool. </remarks> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginDeletePrivateEndpointConnectionWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;object&gt;&gt; BeginDeletePrivateEndpointConnectionWithHttpMessagesAsync (string resourceGroupName, string name, string privateEndpointConnectionName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;object&gt;&gt; BeginDeletePrivateEndpointConnectionWithHttpMessagesAsync(string resourceGroupName, string name, string privateEndpointConnectionName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.BeginDeletePrivateEndpointConnectionWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginDeletePrivateEndpointConnectionWithHttpMessagesAsync (resourceGroupName As String, name As String, privateEndpointConnectionName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Object))" /> <MemberSignature Language="F#" Value="abstract member BeginDeletePrivateEndpointConnectionWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;obj&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.BeginDeletePrivateEndpointConnectionWithHttpMessagesAsync (resourceGroupName, name, privateEndpointConnectionName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.Object&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="privateEndpointConnectionName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="privateEndpointConnectionName" /> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Deletes a private endpoint connection </summary> <returns>To be added.</returns> <remarks> Description for Deletes a private endpoint connection </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginDeleteWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeleteWithHttpMessagesAsync (string resourceGroupName, string name, bool? forceDelete = default, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string name, valuetype System.Nullable`1&lt;bool&gt; forceDelete, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginDeleteWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional forceDelete As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member BeginDeleteWithHttpMessagesAsync : string * string * Nullable&lt;bool&gt; * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iAppServiceEnvironmentsOperations.BeginDeleteWithHttpMessagesAsync (resourceGroupName, name, forceDelete, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="forceDelete" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="forceDelete"> Specify &lt;code&gt;true&lt;/code&gt; to force the deletion even if the App Service Environment contains resources. The default is &lt;code&gt;false&lt;/code&gt;. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Delete an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Delete an App Service Environment. </remarks> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginResumeNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; BeginResumeNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; BeginResumeNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.BeginResumeNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginResumeNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Site)))" /> <MemberSignature Language="F#" Value="abstract member BeginResumeNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.BeginResumeNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Resume an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Resume an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginResumeWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; BeginResumeWithHttpMessagesAsync (string resourceGroupName, string name, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; BeginResumeWithHttpMessagesAsync(string resourceGroupName, string name, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.BeginResumeWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginResumeWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Site)))" /> <MemberSignature Language="F#" Value="abstract member BeginResumeWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.BeginResumeWithHttpMessagesAsync (resourceGroupName, name, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Resume an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Resume an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginSuspendNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; BeginSuspendNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; BeginSuspendNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.BeginSuspendNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginSuspendNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Site)))" /> <MemberSignature Language="F#" Value="abstract member BeginSuspendNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.BeginSuspendNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Suspend an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Suspend an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginSuspendWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; BeginSuspendWithHttpMessagesAsync (string resourceGroupName, string name, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; BeginSuspendWithHttpMessagesAsync(string resourceGroupName, string name, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.BeginSuspendWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginSuspendWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Site)))" /> <MemberSignature Language="F#" Value="abstract member BeginSuspendWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.BeginSuspendWithHttpMessagesAsync (resourceGroupName, name, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Suspend an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Suspend an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ChangeVnetNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; ChangeVnetNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; ChangeVnetNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ChangeVnetNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ChangeVnetNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Site)))" /> <MemberSignature Language="F#" Value="abstract member ChangeVnetNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ChangeVnetNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Move an App Service Environment to a different VNET. </summary> <returns>To be added.</returns> <remarks> Description for Move an App Service Environment to a different VNET. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ChangeVnetWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; ChangeVnetWithHttpMessagesAsync (string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile vnetInfo, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; ChangeVnetWithHttpMessagesAsync(string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile vnetInfo, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ChangeVnetWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ChangeVnetWithHttpMessagesAsync (resourceGroupName As String, name As String, vnetInfo As VirtualNetworkProfile, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Site)))" /> <MemberSignature Language="F#" Value="abstract member ChangeVnetWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ChangeVnetWithHttpMessagesAsync (resourceGroupName, name, vnetInfo, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="vnetInfo" Type="Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="vnetInfo"> Details for the new virtual network. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Move an App Service Environment to a different VNET. </summary> <returns>To be added.</returns> <remarks> Description for Move an App Service Environment to a different VNET. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="CreateOrUpdateMultiRolePoolWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt; CreateOrUpdateMultiRolePoolWithHttpMessagesAsync (string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource multiRolePoolEnvelope, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt; CreateOrUpdateMultiRolePoolWithHttpMessagesAsync(string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource multiRolePoolEnvelope, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.CreateOrUpdateMultiRolePoolWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function CreateOrUpdateMultiRolePoolWithHttpMessagesAsync (resourceGroupName As String, name As String, multiRolePoolEnvelope As WorkerPoolResource, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkerPoolResource))" /> <MemberSignature Language="F#" Value="abstract member CreateOrUpdateMultiRolePoolWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.CreateOrUpdateMultiRolePoolWithHttpMessagesAsync (resourceGroupName, name, multiRolePoolEnvelope, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="multiRolePoolEnvelope" Type="Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="multiRolePoolEnvelope"> Properties of the multi-role pool. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update a multi-role pool. </summary> <returns>To be added.</returns> <remarks> Description for Create or update a multi-role pool. </remarks> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="CreateOrUpdateWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt; CreateOrUpdateWithHttpMessagesAsync (string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource hostingEnvironmentEnvelope, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt; CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource hostingEnvironmentEnvelope, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function CreateOrUpdateWithHttpMessagesAsync (resourceGroupName As String, name As String, hostingEnvironmentEnvelope As AppServiceEnvironmentResource, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of AppServiceEnvironmentResource))" /> <MemberSignature Language="F#" Value="abstract member CreateOrUpdateWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.CreateOrUpdateWithHttpMessagesAsync (resourceGroupName, name, hostingEnvironmentEnvelope, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="hostingEnvironmentEnvelope" Type="Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="hostingEnvironmentEnvelope"> Configuration details of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Create or update an App Service Environment. </remarks> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="CreateOrUpdateWorkerPoolWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt; CreateOrUpdateWorkerPoolWithHttpMessagesAsync (string resourceGroupName, string name, string workerPoolName, Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource workerPoolEnvelope, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt; CreateOrUpdateWorkerPoolWithHttpMessagesAsync(string resourceGroupName, string name, string workerPoolName, class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource workerPoolEnvelope, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.CreateOrUpdateWorkerPoolWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function CreateOrUpdateWorkerPoolWithHttpMessagesAsync (resourceGroupName As String, name As String, workerPoolName As String, workerPoolEnvelope As WorkerPoolResource, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkerPoolResource))" /> <MemberSignature Language="F#" Value="abstract member CreateOrUpdateWorkerPoolWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.CreateOrUpdateWorkerPoolWithHttpMessagesAsync (resourceGroupName, name, workerPoolName, workerPoolEnvelope, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="workerPoolName" Type="System.String" /> <Parameter Name="workerPoolEnvelope" Type="Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="workerPoolName"> Name of the worker pool. </param> <param name="workerPoolEnvelope"> Properties of the worker pool. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update a worker pool. </summary> <returns>To be added.</returns> <remarks> Description for Create or update a worker pool. </remarks> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="DeletePrivateEndpointConnectionWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;object&gt;&gt; DeletePrivateEndpointConnectionWithHttpMessagesAsync (string resourceGroupName, string name, string privateEndpointConnectionName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;object&gt;&gt; DeletePrivateEndpointConnectionWithHttpMessagesAsync(string resourceGroupName, string name, string privateEndpointConnectionName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.DeletePrivateEndpointConnectionWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function DeletePrivateEndpointConnectionWithHttpMessagesAsync (resourceGroupName As String, name As String, privateEndpointConnectionName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Object))" /> <MemberSignature Language="F#" Value="abstract member DeletePrivateEndpointConnectionWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;obj&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.DeletePrivateEndpointConnectionWithHttpMessagesAsync (resourceGroupName, name, privateEndpointConnectionName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.Object&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="privateEndpointConnectionName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="privateEndpointConnectionName" /> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Deletes a private endpoint connection </summary> <returns>To be added.</returns> <remarks> Description for Deletes a private endpoint connection </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="DeleteWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; DeleteWithHttpMessagesAsync (string resourceGroupName, string name, bool? forceDelete = default, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; DeleteWithHttpMessagesAsync(string resourceGroupName, string name, valuetype System.Nullable`1&lt;bool&gt; forceDelete, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function DeleteWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional forceDelete As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member DeleteWithHttpMessagesAsync : string * string * Nullable&lt;bool&gt; * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iAppServiceEnvironmentsOperations.DeleteWithHttpMessagesAsync (resourceGroupName, name, forceDelete, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="forceDelete" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="forceDelete"> Specify &lt;code&gt;true&lt;/code&gt; to force the deletion even if the App Service Environment contains resources. The default is &lt;code&gt;false&lt;/code&gt;. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Delete an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Delete an App Service Environment. </remarks> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetAseV3NetworkingConfigurationWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration&gt;&gt; GetAseV3NetworkingConfigurationWithHttpMessagesAsync (string resourceGroupName, string name, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration&gt;&gt; GetAseV3NetworkingConfigurationWithHttpMessagesAsync(string resourceGroupName, string name, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.GetAseV3NetworkingConfigurationWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetAseV3NetworkingConfigurationWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of AseV3NetworkingConfiguration))" /> <MemberSignature Language="F#" Value="abstract member GetAseV3NetworkingConfigurationWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.GetAseV3NetworkingConfigurationWithHttpMessagesAsync (resourceGroupName, name, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get networking configuration of an App Service Environment </summary> <returns>To be added.</returns> <remarks> Description for Get networking configuration of an App Service Environment </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetDiagnosticsItemWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics&gt;&gt; GetDiagnosticsItemWithHttpMessagesAsync (string resourceGroupName, string name, string diagnosticsName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics&gt;&gt; GetDiagnosticsItemWithHttpMessagesAsync(string resourceGroupName, string name, string diagnosticsName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.GetDiagnosticsItemWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetDiagnosticsItemWithHttpMessagesAsync (resourceGroupName As String, name As String, diagnosticsName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of HostingEnvironmentDiagnostics))" /> <MemberSignature Language="F#" Value="abstract member GetDiagnosticsItemWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.GetDiagnosticsItemWithHttpMessagesAsync (resourceGroupName, name, diagnosticsName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="diagnosticsName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="diagnosticsName"> Name of the diagnostics item. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get a diagnostics item for an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get a diagnostics item for an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetInboundNetworkDependenciesEndpointsNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint&gt;&gt;&gt; GetInboundNetworkDependenciesEndpointsNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint&gt;&gt;&gt; GetInboundNetworkDependenciesEndpointsNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.GetInboundNetworkDependenciesEndpointsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetInboundNetworkDependenciesEndpointsNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of InboundEnvironmentEndpoint)))" /> <MemberSignature Language="F#" Value="abstract member GetInboundNetworkDependenciesEndpointsNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.GetInboundNetworkDependenciesEndpointsNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get the network endpoints of all inbound dependencies of an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get the network endpoints of all inbound dependencies of an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetInboundNetworkDependenciesEndpointsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint&gt;&gt;&gt; GetInboundNetworkDependenciesEndpointsWithHttpMessagesAsync (string resourceGroupName, string name, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint&gt;&gt;&gt; GetInboundNetworkDependenciesEndpointsWithHttpMessagesAsync(string resourceGroupName, string name, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.GetInboundNetworkDependenciesEndpointsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetInboundNetworkDependenciesEndpointsWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of InboundEnvironmentEndpoint)))" /> <MemberSignature Language="F#" Value="abstract member GetInboundNetworkDependenciesEndpointsWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.GetInboundNetworkDependenciesEndpointsWithHttpMessagesAsync (resourceGroupName, name, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get the network endpoints of all inbound dependencies of an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get the network endpoints of all inbound dependencies of an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetMultiRolePoolWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt; GetMultiRolePoolWithHttpMessagesAsync (string resourceGroupName, string name, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt; GetMultiRolePoolWithHttpMessagesAsync(string resourceGroupName, string name, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.GetMultiRolePoolWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetMultiRolePoolWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkerPoolResource))" /> <MemberSignature Language="F#" Value="abstract member GetMultiRolePoolWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.GetMultiRolePoolWithHttpMessagesAsync (resourceGroupName, name, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get properties of a multi-role pool. </summary> <returns>To be added.</returns> <remarks> Description for Get properties of a multi-role pool. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetOutboundNetworkDependenciesEndpointsNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint&gt;&gt;&gt; GetOutboundNetworkDependenciesEndpointsNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint&gt;&gt;&gt; GetOutboundNetworkDependenciesEndpointsNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.GetOutboundNetworkDependenciesEndpointsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetOutboundNetworkDependenciesEndpointsNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of OutboundEnvironmentEndpoint)))" /> <MemberSignature Language="F#" Value="abstract member GetOutboundNetworkDependenciesEndpointsNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.GetOutboundNetworkDependenciesEndpointsNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get the network endpoints of all outbound dependencies of an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get the network endpoints of all outbound dependencies of an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetOutboundNetworkDependenciesEndpointsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint&gt;&gt;&gt; GetOutboundNetworkDependenciesEndpointsWithHttpMessagesAsync (string resourceGroupName, string name, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint&gt;&gt;&gt; GetOutboundNetworkDependenciesEndpointsWithHttpMessagesAsync(string resourceGroupName, string name, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.GetOutboundNetworkDependenciesEndpointsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetOutboundNetworkDependenciesEndpointsWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of OutboundEnvironmentEndpoint)))" /> <MemberSignature Language="F#" Value="abstract member GetOutboundNetworkDependenciesEndpointsWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.GetOutboundNetworkDependenciesEndpointsWithHttpMessagesAsync (resourceGroupName, name, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get the network endpoints of all outbound dependencies of an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get the network endpoints of all outbound dependencies of an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetPrivateEndpointConnectionListNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt;&gt; GetPrivateEndpointConnectionListNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt;&gt; GetPrivateEndpointConnectionListNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.GetPrivateEndpointConnectionListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetPrivateEndpointConnectionListNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of RemotePrivateEndpointConnectionARMResource)))" /> <MemberSignature Language="F#" Value="abstract member GetPrivateEndpointConnectionListNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.GetPrivateEndpointConnectionListNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Gets the list of private endpoints associated with a hosting environment </summary> <returns>To be added.</returns> <remarks> Description for Gets the list of private endpoints associated with a hosting environment </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetPrivateEndpointConnectionListWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt;&gt; GetPrivateEndpointConnectionListWithHttpMessagesAsync (string resourceGroupName, string name, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt;&gt; GetPrivateEndpointConnectionListWithHttpMessagesAsync(string resourceGroupName, string name, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.GetPrivateEndpointConnectionListWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetPrivateEndpointConnectionListWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of RemotePrivateEndpointConnectionARMResource)))" /> <MemberSignature Language="F#" Value="abstract member GetPrivateEndpointConnectionListWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.GetPrivateEndpointConnectionListWithHttpMessagesAsync (resourceGroupName, name, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Gets the list of private endpoints associated with a hosting environment </summary> <returns>To be added.</returns> <remarks> Description for Gets the list of private endpoints associated with a hosting environment </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetPrivateEndpointConnectionWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt; GetPrivateEndpointConnectionWithHttpMessagesAsync (string resourceGroupName, string name, string privateEndpointConnectionName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt; GetPrivateEndpointConnectionWithHttpMessagesAsync(string resourceGroupName, string name, string privateEndpointConnectionName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.GetPrivateEndpointConnectionWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetPrivateEndpointConnectionWithHttpMessagesAsync (resourceGroupName As String, name As String, privateEndpointConnectionName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of RemotePrivateEndpointConnectionARMResource))" /> <MemberSignature Language="F#" Value="abstract member GetPrivateEndpointConnectionWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.GetPrivateEndpointConnectionWithHttpMessagesAsync (resourceGroupName, name, privateEndpointConnectionName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="privateEndpointConnectionName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="privateEndpointConnectionName"> Name of the private endpoint connection. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Gets a private endpoint connection </summary> <returns>To be added.</returns> <remarks> Description for Gets a private endpoint connection </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetPrivateLinkResourcesWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper&gt;&gt; GetPrivateLinkResourcesWithHttpMessagesAsync (string resourceGroupName, string name, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper&gt;&gt; GetPrivateLinkResourcesWithHttpMessagesAsync(string resourceGroupName, string name, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.GetPrivateLinkResourcesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetPrivateLinkResourcesWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of PrivateLinkResourcesWrapper))" /> <MemberSignature Language="F#" Value="abstract member GetPrivateLinkResourcesWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.GetPrivateLinkResourcesWithHttpMessagesAsync (resourceGroupName, name, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Gets the private link resources </summary> <returns>To be added.</returns> <remarks> Description for Gets the private link resources </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetVipInfoWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.AddressResponse&gt;&gt; GetVipInfoWithHttpMessagesAsync (string resourceGroupName, string name, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.WebSites.Models.AddressResponse&gt;&gt; GetVipInfoWithHttpMessagesAsync(string resourceGroupName, string name, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.GetVipInfoWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetVipInfoWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of AddressResponse))" /> <MemberSignature Language="F#" Value="abstract member GetVipInfoWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.AddressResponse&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.GetVipInfoWithHttpMessagesAsync (resourceGroupName, name, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.AddressResponse&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get IP addresses assigned to an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get IP addresses assigned to an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt; GetWithHttpMessagesAsync (string resourceGroupName, string name, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt; GetWithHttpMessagesAsync(string resourceGroupName, string name, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of AppServiceEnvironmentResource))" /> <MemberSignature Language="F#" Value="abstract member GetWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.GetWithHttpMessagesAsync (resourceGroupName, name, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get the properties of an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get the properties of an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetWorkerPoolWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt; GetWorkerPoolWithHttpMessagesAsync (string resourceGroupName, string name, string workerPoolName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt; GetWorkerPoolWithHttpMessagesAsync(string resourceGroupName, string name, string workerPoolName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.GetWorkerPoolWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetWorkerPoolWithHttpMessagesAsync (resourceGroupName As String, name As String, workerPoolName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkerPoolResource))" /> <MemberSignature Language="F#" Value="abstract member GetWorkerPoolWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.GetWorkerPoolWithHttpMessagesAsync (resourceGroupName, name, workerPoolName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="workerPoolName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="workerPoolName"> Name of the worker pool. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get properties of a worker pool. </summary> <returns>To be added.</returns> <remarks> Description for Get properties of a worker pool. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListAppServicePlansNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServicePlan&gt;&gt;&gt; ListAppServicePlansNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServicePlan&gt;&gt;&gt; ListAppServicePlansNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListAppServicePlansNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListAppServicePlansNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of AppServicePlan)))" /> <MemberSignature Language="F#" Value="abstract member ListAppServicePlansNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServicePlan&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListAppServicePlansNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServicePlan&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get all App Service plans in an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get all App Service plans in an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListAppServicePlansWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServicePlan&gt;&gt;&gt; ListAppServicePlansWithHttpMessagesAsync (string resourceGroupName, string name, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServicePlan&gt;&gt;&gt; ListAppServicePlansWithHttpMessagesAsync(string resourceGroupName, string name, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListAppServicePlansWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListAppServicePlansWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of AppServicePlan)))" /> <MemberSignature Language="F#" Value="abstract member ListAppServicePlansWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServicePlan&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListAppServicePlansWithHttpMessagesAsync (resourceGroupName, name, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServicePlan&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get all App Service plans in an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get all App Service plans in an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListByResourceGroupNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;&gt; ListByResourceGroupNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;&gt; ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListByResourceGroupNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of AppServiceEnvironmentResource)))" /> <MemberSignature Language="F#" Value="abstract member ListByResourceGroupNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListByResourceGroupNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get all App Service Environments in a resource group. </summary> <returns>To be added.</returns> <remarks> Description for Get all App Service Environments in a resource group. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListByResourceGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;&gt; ListByResourceGroupWithHttpMessagesAsync (string resourceGroupName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;&gt; ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListByResourceGroupWithHttpMessagesAsync (resourceGroupName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of AppServiceEnvironmentResource)))" /> <MemberSignature Language="F#" Value="abstract member ListByResourceGroupWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListByResourceGroupWithHttpMessagesAsync (resourceGroupName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get all App Service Environments in a resource group. </summary> <returns>To be added.</returns> <remarks> Description for Get all App Service Environments in a resource group. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListCapacitiesNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.StampCapacity&gt;&gt;&gt; ListCapacitiesNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.StampCapacity&gt;&gt;&gt; ListCapacitiesNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListCapacitiesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListCapacitiesNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of StampCapacity)))" /> <MemberSignature Language="F#" Value="abstract member ListCapacitiesNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.StampCapacity&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListCapacitiesNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.StampCapacity&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get the used, available, and total worker capacity an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get the used, available, and total worker capacity an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListCapacitiesWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.StampCapacity&gt;&gt;&gt; ListCapacitiesWithHttpMessagesAsync (string resourceGroupName, string name, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.StampCapacity&gt;&gt;&gt; ListCapacitiesWithHttpMessagesAsync(string resourceGroupName, string name, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListCapacitiesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListCapacitiesWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of StampCapacity)))" /> <MemberSignature Language="F#" Value="abstract member ListCapacitiesWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.StampCapacity&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListCapacitiesWithHttpMessagesAsync (resourceGroupName, name, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.StampCapacity&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get the used, available, and total worker capacity an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get the used, available, and total worker capacity an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListDiagnosticsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.Collections.Generic.IList&lt;Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics&gt;&gt;&gt; ListDiagnosticsWithHttpMessagesAsync (string resourceGroupName, string name, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class System.Collections.Generic.IList`1&lt;class Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics&gt;&gt;&gt; ListDiagnosticsWithHttpMessagesAsync(string resourceGroupName, string name, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListDiagnosticsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListDiagnosticsWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IList(Of HostingEnvironmentDiagnostics)))" /> <MemberSignature Language="F#" Value="abstract member ListDiagnosticsWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.Collections.Generic.IList&lt;Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListDiagnosticsWithHttpMessagesAsync (resourceGroupName, name, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.Collections.Generic.IList&lt;Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get diagnostic information for an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get diagnostic information for an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListMultiRoleMetricDefinitionsNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt; ListMultiRoleMetricDefinitionsNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt; ListMultiRoleMetricDefinitionsNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListMultiRoleMetricDefinitionsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListMultiRoleMetricDefinitionsNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of ResourceMetricDefinition)))" /> <MemberSignature Language="F#" Value="abstract member ListMultiRoleMetricDefinitionsNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListMultiRoleMetricDefinitionsNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get metric definitions for a multi-role pool of an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get metric definitions for a multi-role pool of an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListMultiRoleMetricDefinitionsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt; ListMultiRoleMetricDefinitionsWithHttpMessagesAsync (string resourceGroupName, string name, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt; ListMultiRoleMetricDefinitionsWithHttpMessagesAsync(string resourceGroupName, string name, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListMultiRoleMetricDefinitionsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListMultiRoleMetricDefinitionsWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of ResourceMetricDefinition)))" /> <MemberSignature Language="F#" Value="abstract member ListMultiRoleMetricDefinitionsWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListMultiRoleMetricDefinitionsWithHttpMessagesAsync (resourceGroupName, name, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get metric definitions for a multi-role pool of an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get metric definitions for a multi-role pool of an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListMultiRolePoolInstanceMetricDefinitionsNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt; ListMultiRolePoolInstanceMetricDefinitionsNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt; ListMultiRolePoolInstanceMetricDefinitionsNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListMultiRolePoolInstanceMetricDefinitionsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListMultiRolePoolInstanceMetricDefinitionsNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of ResourceMetricDefinition)))" /> <MemberSignature Language="F#" Value="abstract member ListMultiRolePoolInstanceMetricDefinitionsNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListMultiRolePoolInstanceMetricDefinitionsNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get metric definitions for a specific instance of a multi-role pool of an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get metric definitions for a specific instance of a multi-role pool of an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListMultiRolePoolInstanceMetricDefinitionsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt; ListMultiRolePoolInstanceMetricDefinitionsWithHttpMessagesAsync (string resourceGroupName, string name, string instance, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt; ListMultiRolePoolInstanceMetricDefinitionsWithHttpMessagesAsync(string resourceGroupName, string name, string instance, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListMultiRolePoolInstanceMetricDefinitionsWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListMultiRolePoolInstanceMetricDefinitionsWithHttpMessagesAsync (resourceGroupName As String, name As String, instance As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of ResourceMetricDefinition)))" /> <MemberSignature Language="F#" Value="abstract member ListMultiRolePoolInstanceMetricDefinitionsWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListMultiRolePoolInstanceMetricDefinitionsWithHttpMessagesAsync (resourceGroupName, name, instance, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="instance" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="instance"> Name of the instance in the multi-role pool. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get metric definitions for a specific instance of a multi-role pool of an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get metric definitions for a specific instance of a multi-role pool of an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListMultiRolePoolSkusNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt;&gt; ListMultiRolePoolSkusNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt;&gt; ListMultiRolePoolSkusNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListMultiRolePoolSkusNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListMultiRolePoolSkusNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of SkuInfo)))" /> <MemberSignature Language="F#" Value="abstract member ListMultiRolePoolSkusNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListMultiRolePoolSkusNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get available SKUs for scaling a multi-role pool. </summary> <returns>To be added.</returns> <remarks> Description for Get available SKUs for scaling a multi-role pool. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListMultiRolePoolSkusWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt;&gt; ListMultiRolePoolSkusWithHttpMessagesAsync (string resourceGroupName, string name, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt;&gt; ListMultiRolePoolSkusWithHttpMessagesAsync(string resourceGroupName, string name, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListMultiRolePoolSkusWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListMultiRolePoolSkusWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of SkuInfo)))" /> <MemberSignature Language="F#" Value="abstract member ListMultiRolePoolSkusWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListMultiRolePoolSkusWithHttpMessagesAsync (resourceGroupName, name, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get available SKUs for scaling a multi-role pool. </summary> <returns>To be added.</returns> <remarks> Description for Get available SKUs for scaling a multi-role pool. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListMultiRolePoolsNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;&gt; ListMultiRolePoolsNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;&gt; ListMultiRolePoolsNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListMultiRolePoolsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListMultiRolePoolsNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of WorkerPoolResource)))" /> <MemberSignature Language="F#" Value="abstract member ListMultiRolePoolsNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListMultiRolePoolsNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get all multi-role pools. </summary> <returns>To be added.</returns> <remarks> Description for Get all multi-role pools. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListMultiRolePoolsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;&gt; ListMultiRolePoolsWithHttpMessagesAsync (string resourceGroupName, string name, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;&gt; ListMultiRolePoolsWithHttpMessagesAsync(string resourceGroupName, string name, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListMultiRolePoolsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListMultiRolePoolsWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of WorkerPoolResource)))" /> <MemberSignature Language="F#" Value="abstract member ListMultiRolePoolsWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListMultiRolePoolsWithHttpMessagesAsync (resourceGroupName, name, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get all multi-role pools. </summary> <returns>To be added.</returns> <remarks> Description for Get all multi-role pools. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListMultiRoleUsagesNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt;&gt; ListMultiRoleUsagesNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt;&gt; ListMultiRoleUsagesNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListMultiRoleUsagesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListMultiRoleUsagesNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Usage)))" /> <MemberSignature Language="F#" Value="abstract member ListMultiRoleUsagesNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListMultiRoleUsagesNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get usage metrics for a multi-role pool of an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get usage metrics for a multi-role pool of an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListMultiRoleUsagesWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt;&gt; ListMultiRoleUsagesWithHttpMessagesAsync (string resourceGroupName, string name, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt;&gt; ListMultiRoleUsagesWithHttpMessagesAsync(string resourceGroupName, string name, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListMultiRoleUsagesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListMultiRoleUsagesWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Usage)))" /> <MemberSignature Language="F#" Value="abstract member ListMultiRoleUsagesWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListMultiRoleUsagesWithHttpMessagesAsync (resourceGroupName, name, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get usage metrics for a multi-role pool of an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get usage metrics for a multi-role pool of an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;&gt; ListNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;&gt; ListNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of AppServiceEnvironmentResource)))" /> <MemberSignature Language="F#" Value="abstract member ListNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get all App Service Environments for a subscription. </summary> <returns>To be added.</returns> <remarks> Description for Get all App Service Environments for a subscription. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListOperationsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.Collections.Generic.IList&lt;Microsoft.Azure.Management.WebSites.Models.Operation&gt;&gt;&gt; ListOperationsWithHttpMessagesAsync (string resourceGroupName, string name, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class System.Collections.Generic.IList`1&lt;class Microsoft.Azure.Management.WebSites.Models.Operation&gt;&gt;&gt; ListOperationsWithHttpMessagesAsync(string resourceGroupName, string name, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListOperationsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListOperationsWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IList(Of Operation)))" /> <MemberSignature Language="F#" Value="abstract member ListOperationsWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.Collections.Generic.IList&lt;Microsoft.Azure.Management.WebSites.Models.Operation&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListOperationsWithHttpMessagesAsync (resourceGroupName, name, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.Collections.Generic.IList&lt;Microsoft.Azure.Management.WebSites.Models.Operation&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> List all currently running operations on the App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for List all currently running operations on the App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListUsagesNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota&gt;&gt;&gt; ListUsagesNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota&gt;&gt;&gt; ListUsagesNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListUsagesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListUsagesNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of CsmUsageQuota)))" /> <MemberSignature Language="F#" Value="abstract member ListUsagesNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListUsagesNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get global usage metrics of an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get global usage metrics of an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListUsagesWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota&gt;&gt;&gt; ListUsagesWithHttpMessagesAsync (string resourceGroupName, string name, string filter = default, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota&gt;&gt;&gt; ListUsagesWithHttpMessagesAsync(string resourceGroupName, string name, string filter, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListUsagesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListUsagesWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional filter As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of CsmUsageQuota)))" /> <MemberSignature Language="F#" Value="abstract member ListUsagesWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListUsagesWithHttpMessagesAsync (resourceGroupName, name, filter, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="filter" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="filter"> Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get global usage metrics of an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get global usage metrics of an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListWebAppsNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; ListWebAppsNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; ListWebAppsNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListWebAppsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListWebAppsNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Site)))" /> <MemberSignature Language="F#" Value="abstract member ListWebAppsNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListWebAppsNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get all apps in an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get all apps in an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListWebAppsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; ListWebAppsWithHttpMessagesAsync (string resourceGroupName, string name, string propertiesToInclude = default, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; ListWebAppsWithHttpMessagesAsync(string resourceGroupName, string name, string propertiesToInclude, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListWebAppsWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListWebAppsWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional propertiesToInclude As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Site)))" /> <MemberSignature Language="F#" Value="abstract member ListWebAppsWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListWebAppsWithHttpMessagesAsync (resourceGroupName, name, propertiesToInclude, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="propertiesToInclude" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="propertiesToInclude"> Comma separated list of app properties to include. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get all apps in an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get all apps in an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListWebWorkerMetricDefinitionsNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt; ListWebWorkerMetricDefinitionsNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt; ListWebWorkerMetricDefinitionsNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListWebWorkerMetricDefinitionsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListWebWorkerMetricDefinitionsNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of ResourceMetricDefinition)))" /> <MemberSignature Language="F#" Value="abstract member ListWebWorkerMetricDefinitionsNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListWebWorkerMetricDefinitionsNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get metric definitions for a worker pool of an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get metric definitions for a worker pool of an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListWebWorkerMetricDefinitionsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt; ListWebWorkerMetricDefinitionsWithHttpMessagesAsync (string resourceGroupName, string name, string workerPoolName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt; ListWebWorkerMetricDefinitionsWithHttpMessagesAsync(string resourceGroupName, string name, string workerPoolName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListWebWorkerMetricDefinitionsWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListWebWorkerMetricDefinitionsWithHttpMessagesAsync (resourceGroupName As String, name As String, workerPoolName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of ResourceMetricDefinition)))" /> <MemberSignature Language="F#" Value="abstract member ListWebWorkerMetricDefinitionsWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListWebWorkerMetricDefinitionsWithHttpMessagesAsync (resourceGroupName, name, workerPoolName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="workerPoolName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="workerPoolName"> Name of the worker pool. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get metric definitions for a worker pool of an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get metric definitions for a worker pool of an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListWebWorkerUsagesNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt;&gt; ListWebWorkerUsagesNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt;&gt; ListWebWorkerUsagesNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListWebWorkerUsagesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListWebWorkerUsagesNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Usage)))" /> <MemberSignature Language="F#" Value="abstract member ListWebWorkerUsagesNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListWebWorkerUsagesNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get usage metrics for a worker pool of an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get usage metrics for a worker pool of an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListWebWorkerUsagesWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt;&gt; ListWebWorkerUsagesWithHttpMessagesAsync (string resourceGroupName, string name, string workerPoolName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt;&gt; ListWebWorkerUsagesWithHttpMessagesAsync(string resourceGroupName, string name, string workerPoolName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListWebWorkerUsagesWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListWebWorkerUsagesWithHttpMessagesAsync (resourceGroupName As String, name As String, workerPoolName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Usage)))" /> <MemberSignature Language="F#" Value="abstract member ListWebWorkerUsagesWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListWebWorkerUsagesWithHttpMessagesAsync (resourceGroupName, name, workerPoolName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="workerPoolName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="workerPoolName"> Name of the worker pool. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get usage metrics for a worker pool of an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get usage metrics for a worker pool of an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;&gt; ListWithHttpMessagesAsync (System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;&gt; ListWithHttpMessagesAsync(class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListWithHttpMessagesAsync (Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of AppServiceEnvironmentResource)))" /> <MemberSignature Language="F#" Value="abstract member ListWithHttpMessagesAsync : System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListWithHttpMessagesAsync (customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get all App Service Environments for a subscription. </summary> <returns>To be added.</returns> <remarks> Description for Get all App Service Environments for a subscription. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListWorkerPoolInstanceMetricDefinitionsNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt; ListWorkerPoolInstanceMetricDefinitionsNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt; ListWorkerPoolInstanceMetricDefinitionsNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListWorkerPoolInstanceMetricDefinitionsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListWorkerPoolInstanceMetricDefinitionsNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of ResourceMetricDefinition)))" /> <MemberSignature Language="F#" Value="abstract member ListWorkerPoolInstanceMetricDefinitionsNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListWorkerPoolInstanceMetricDefinitionsNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get metric definitions for a specific instance of a worker pool of an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get metric definitions for a specific instance of a worker pool of an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListWorkerPoolInstanceMetricDefinitionsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt; ListWorkerPoolInstanceMetricDefinitionsWithHttpMessagesAsync (string resourceGroupName, string name, string workerPoolName, string instance, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt; ListWorkerPoolInstanceMetricDefinitionsWithHttpMessagesAsync(string resourceGroupName, string name, string workerPoolName, string instance, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListWorkerPoolInstanceMetricDefinitionsWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListWorkerPoolInstanceMetricDefinitionsWithHttpMessagesAsync (resourceGroupName As String, name As String, workerPoolName As String, instance As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of ResourceMetricDefinition)))" /> <MemberSignature Language="F#" Value="abstract member ListWorkerPoolInstanceMetricDefinitionsWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListWorkerPoolInstanceMetricDefinitionsWithHttpMessagesAsync (resourceGroupName, name, workerPoolName, instance, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="workerPoolName" Type="System.String" /> <Parameter Name="instance" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="workerPoolName"> Name of the worker pool. </param> <param name="instance"> Name of the instance in the worker pool. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get metric definitions for a specific instance of a worker pool of an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get metric definitions for a specific instance of a worker pool of an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListWorkerPoolSkusNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt;&gt; ListWorkerPoolSkusNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt;&gt; ListWorkerPoolSkusNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListWorkerPoolSkusNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListWorkerPoolSkusNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of SkuInfo)))" /> <MemberSignature Language="F#" Value="abstract member ListWorkerPoolSkusNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListWorkerPoolSkusNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get available SKUs for scaling a worker pool. </summary> <returns>To be added.</returns> <remarks> Description for Get available SKUs for scaling a worker pool. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListWorkerPoolSkusWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt;&gt; ListWorkerPoolSkusWithHttpMessagesAsync (string resourceGroupName, string name, string workerPoolName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt;&gt; ListWorkerPoolSkusWithHttpMessagesAsync(string resourceGroupName, string name, string workerPoolName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListWorkerPoolSkusWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListWorkerPoolSkusWithHttpMessagesAsync (resourceGroupName As String, name As String, workerPoolName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of SkuInfo)))" /> <MemberSignature Language="F#" Value="abstract member ListWorkerPoolSkusWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListWorkerPoolSkusWithHttpMessagesAsync (resourceGroupName, name, workerPoolName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="workerPoolName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="workerPoolName"> Name of the worker pool. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get available SKUs for scaling a worker pool. </summary> <returns>To be added.</returns> <remarks> Description for Get available SKUs for scaling a worker pool. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListWorkerPoolsNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;&gt; ListWorkerPoolsNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;&gt; ListWorkerPoolsNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListWorkerPoolsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListWorkerPoolsNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of WorkerPoolResource)))" /> <MemberSignature Language="F#" Value="abstract member ListWorkerPoolsNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListWorkerPoolsNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get all worker pools of an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get all worker pools of an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListWorkerPoolsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;&gt; ListWorkerPoolsWithHttpMessagesAsync (string resourceGroupName, string name, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;&gt; ListWorkerPoolsWithHttpMessagesAsync(string resourceGroupName, string name, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ListWorkerPoolsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListWorkerPoolsWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of WorkerPoolResource)))" /> <MemberSignature Language="F#" Value="abstract member ListWorkerPoolsWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ListWorkerPoolsWithHttpMessagesAsync (resourceGroupName, name, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get all worker pools of an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get all worker pools of an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="RebootWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; RebootWithHttpMessagesAsync (string resourceGroupName, string name, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; RebootWithHttpMessagesAsync(string resourceGroupName, string name, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.RebootWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function RebootWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member RebootWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iAppServiceEnvironmentsOperations.RebootWithHttpMessagesAsync (resourceGroupName, name, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Reboot all machines in an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Reboot all machines in an App Service Environment. </remarks> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ResumeNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; ResumeNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; ResumeNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ResumeNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ResumeNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Site)))" /> <MemberSignature Language="F#" Value="abstract member ResumeNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ResumeNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Resume an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Resume an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ResumeWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; ResumeWithHttpMessagesAsync (string resourceGroupName, string name, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; ResumeWithHttpMessagesAsync(string resourceGroupName, string name, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.ResumeWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ResumeWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Site)))" /> <MemberSignature Language="F#" Value="abstract member ResumeWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.ResumeWithHttpMessagesAsync (resourceGroupName, name, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Resume an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Resume an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="SuspendNextWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; SuspendNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; SuspendNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.SuspendNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function SuspendNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Site)))" /> <MemberSignature Language="F#" Value="abstract member SuspendNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.SuspendNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Suspend an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Suspend an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="SuspendWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; SuspendWithHttpMessagesAsync (string resourceGroupName, string name, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt; SuspendWithHttpMessagesAsync(string resourceGroupName, string name, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.SuspendWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function SuspendWithHttpMessagesAsync (resourceGroupName As String, name As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Site)))" /> <MemberSignature Language="F#" Value="abstract member SuspendWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.SuspendWithHttpMessagesAsync (resourceGroupName, name, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Suspend an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Suspend an App Service Environment. </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="UpdateAseNetworkingConfigurationWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration&gt;&gt; UpdateAseNetworkingConfigurationWithHttpMessagesAsync (string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration aseNetworkingConfiguration, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration&gt;&gt; UpdateAseNetworkingConfigurationWithHttpMessagesAsync(string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration aseNetworkingConfiguration, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.UpdateAseNetworkingConfigurationWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function UpdateAseNetworkingConfigurationWithHttpMessagesAsync (resourceGroupName As String, name As String, aseNetworkingConfiguration As AseV3NetworkingConfiguration, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of AseV3NetworkingConfiguration))" /> <MemberSignature Language="F#" Value="abstract member UpdateAseNetworkingConfigurationWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.UpdateAseNetworkingConfigurationWithHttpMessagesAsync (resourceGroupName, name, aseNetworkingConfiguration, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="aseNetworkingConfiguration" Type="Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="aseNetworkingConfiguration" /> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Update networking configuration of an App Service Environment </summary> <returns>To be added.</returns> <remarks> Description for Update networking configuration of an App Service Environment </remarks> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="UpdateMultiRolePoolWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt; UpdateMultiRolePoolWithHttpMessagesAsync (string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource multiRolePoolEnvelope, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt; UpdateMultiRolePoolWithHttpMessagesAsync(string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource multiRolePoolEnvelope, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.UpdateMultiRolePoolWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function UpdateMultiRolePoolWithHttpMessagesAsync (resourceGroupName As String, name As String, multiRolePoolEnvelope As WorkerPoolResource, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkerPoolResource))" /> <MemberSignature Language="F#" Value="abstract member UpdateMultiRolePoolWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.UpdateMultiRolePoolWithHttpMessagesAsync (resourceGroupName, name, multiRolePoolEnvelope, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="multiRolePoolEnvelope" Type="Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="multiRolePoolEnvelope"> Properties of the multi-role pool. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update a multi-role pool. </summary> <returns>To be added.</returns> <remarks> Description for Create or update a multi-role pool. </remarks> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="UpdateWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt; UpdateWithHttpMessagesAsync (string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentPatchResource hostingEnvironmentEnvelope, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt; UpdateWithHttpMessagesAsync(string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentPatchResource hostingEnvironmentEnvelope, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentPatchResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function UpdateWithHttpMessagesAsync (resourceGroupName As String, name As String, hostingEnvironmentEnvelope As AppServiceEnvironmentPatchResource, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of AppServiceEnvironmentResource))" /> <MemberSignature Language="F#" Value="abstract member UpdateWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentPatchResource * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.UpdateWithHttpMessagesAsync (resourceGroupName, name, hostingEnvironmentEnvelope, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="hostingEnvironmentEnvelope" Type="Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentPatchResource" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="hostingEnvironmentEnvelope"> Configuration details of the App Service Environment. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Create or update an App Service Environment. </remarks> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="UpdateWorkerPoolWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt; UpdateWorkerPoolWithHttpMessagesAsync (string resourceGroupName, string name, string workerPoolName, Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource workerPoolEnvelope, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt; UpdateWorkerPoolWithHttpMessagesAsync(string resourceGroupName, string name, string workerPoolName, class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource workerPoolEnvelope, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations.UpdateWorkerPoolWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function UpdateWorkerPoolWithHttpMessagesAsync (resourceGroupName As String, name As String, workerPoolName As String, workerPoolEnvelope As WorkerPoolResource, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of WorkerPoolResource))" /> <MemberSignature Language="F#" Value="abstract member UpdateWorkerPoolWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;" Usage="iAppServiceEnvironmentsOperations.UpdateWorkerPoolWithHttpMessagesAsync (resourceGroupName, name, workerPoolName, workerPoolEnvelope, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="workerPoolName" Type="System.String" /> <Parameter Name="workerPoolEnvelope" Type="Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="workerPoolName"> Name of the worker pool. </param> <param name="workerPoolEnvelope"> Properties of the worker pool. </param> <param name="customHeaders"> The headers that will be added to request. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update a worker pool. </summary> <returns>To be added.</returns> <remarks> Description for Create or update a worker pool. </remarks> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Azure.Management.WebSites.Models.DefaultErrorResponseException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> </Members> </Type>