xml/Microsoft.Azure.Management.WebSites/AppServiceEnvironmentsOperationsExtensions.xml (6,281 lines of code) (raw):

<Type Name="AppServiceEnvironmentsOperationsExtensions" FullName="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions"> <TypeSignature Language="C#" Value="public static class AppServiceEnvironmentsOperationsExtensions" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit AppServiceEnvironmentsOperationsExtensions extends System.Object" /> <TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions" /> <TypeSignature Language="VB.NET" Value="Public Module AppServiceEnvironmentsOperationsExtensions" /> <TypeSignature Language="F#" Value="type AppServiceEnvironmentsOperationsExtensions = class" /> <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> <Base> <BaseTypeName>System.Object</BaseTypeName> </Base> <Interfaces /> <Docs> <summary> Extension methods for AppServiceEnvironmentsOperations. </summary> <remarks>To be added.</remarks> </Docs> <Members> <Member MemberName="ApproveOrRejectPrivateEndpointConnection"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource ApproveOrRejectPrivateEndpointConnection (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName, Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource ApproveOrRejectPrivateEndpointConnection(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName, class Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ApproveOrRejectPrivateEndpointConnection(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ApproveOrRejectPrivateEndpointConnection (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, privateEndpointConnectionName As String, privateEndpointWrapper As PrivateLinkConnectionApprovalRequestResource) As RemotePrivateEndpointConnectionARMResource" /> <MemberSignature Language="F#" Value="static member ApproveOrRejectPrivateEndpointConnection : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource -&gt; Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ApproveOrRejectPrivateEndpointConnection (operations, resourceGroupName, name, privateEndpointConnectionName, privateEndpointWrapper)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <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" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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" /> <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> </Docs> </Member> <Member MemberName="ApproveOrRejectPrivateEndpointConnectionAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt; ApproveOrRejectPrivateEndpointConnectionAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName, Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt; ApproveOrRejectPrivateEndpointConnectionAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName, class Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ApproveOrRejectPrivateEndpointConnectionAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ApproveOrRejectPrivateEndpointConnectionAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, privateEndpointConnectionName As String, privateEndpointWrapper As PrivateLinkConnectionApprovalRequestResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RemotePrivateEndpointConnectionARMResource)" /> <MemberSignature Language="F#" Value="static member ApproveOrRejectPrivateEndpointConnectionAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ApproveOrRejectPrivateEndpointConnectionAsync (operations, resourceGroupName, name, privateEndpointConnectionName, privateEndpointWrapper, 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.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <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="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="BeginApproveOrRejectPrivateEndpointConnection"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource BeginApproveOrRejectPrivateEndpointConnection (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName, Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource BeginApproveOrRejectPrivateEndpointConnection(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName, class Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginApproveOrRejectPrivateEndpointConnection(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginApproveOrRejectPrivateEndpointConnection (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, privateEndpointConnectionName As String, privateEndpointWrapper As PrivateLinkConnectionApprovalRequestResource) As RemotePrivateEndpointConnectionARMResource" /> <MemberSignature Language="F#" Value="static member BeginApproveOrRejectPrivateEndpointConnection : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource -&gt; Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginApproveOrRejectPrivateEndpointConnection (operations, resourceGroupName, name, privateEndpointConnectionName, privateEndpointWrapper)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <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" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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" /> <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> </Docs> </Member> <Member MemberName="BeginApproveOrRejectPrivateEndpointConnectionAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt; BeginApproveOrRejectPrivateEndpointConnectionAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName, Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt; BeginApproveOrRejectPrivateEndpointConnectionAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName, class Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginApproveOrRejectPrivateEndpointConnectionAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginApproveOrRejectPrivateEndpointConnectionAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, privateEndpointConnectionName As String, privateEndpointWrapper As PrivateLinkConnectionApprovalRequestResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RemotePrivateEndpointConnectionARMResource)" /> <MemberSignature Language="F#" Value="static member BeginApproveOrRejectPrivateEndpointConnectionAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginApproveOrRejectPrivateEndpointConnectionAsync (operations, resourceGroupName, name, privateEndpointConnectionName, privateEndpointWrapper, 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.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <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="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="BeginChangeVnet"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt; BeginChangeVnet (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile vnetInfo);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt; BeginChangeVnet(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile vnetInfo) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginChangeVnet(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginChangeVnet (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, vnetInfo As VirtualNetworkProfile) As IPage(Of Site)" /> <MemberSignature Language="F#" Value="static member BeginChangeVnet : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginChangeVnet (operations, resourceGroupName, name, vnetInfo)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="vnetInfo" Type="Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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> <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> </Docs> </Member> <Member MemberName="BeginChangeVnetAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; BeginChangeVnetAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile vnetInfo, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; BeginChangeVnetAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile vnetInfo, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginChangeVnetAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginChangeVnetAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, vnetInfo As VirtualNetworkProfile, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Site))" /> <MemberSignature Language="F#" Value="static member BeginChangeVnetAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginChangeVnetAsync (operations, resourceGroupName, name, vnetInfo, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="vnetInfo" Type="Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="BeginChangeVnetNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt; BeginChangeVnetNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt; BeginChangeVnetNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginChangeVnetNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginChangeVnetNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of Site)" /> <MemberSignature Language="F#" Value="static member BeginChangeVnetNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginChangeVnetNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="BeginChangeVnetNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; BeginChangeVnetNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; BeginChangeVnetNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginChangeVnetNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginChangeVnetNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Site))" /> <MemberSignature Language="F#" Value="static member BeginChangeVnetNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginChangeVnetNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="BeginCreateOrUpdate"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource BeginCreateOrUpdate (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource hostingEnvironmentEnvelope);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource BeginCreateOrUpdate(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource hostingEnvironmentEnvelope) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdate (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, hostingEnvironmentEnvelope As AppServiceEnvironmentResource) As AppServiceEnvironmentResource" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdate : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource -&gt; Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginCreateOrUpdate (operations, resourceGroupName, name, hostingEnvironmentEnvelope)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="hostingEnvironmentEnvelope" Type="Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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> <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> </Docs> </Member> <Member MemberName="BeginCreateOrUpdateAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt; BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource hostingEnvironmentEnvelope, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt; BeginCreateOrUpdateAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource hostingEnvironmentEnvelope, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdateAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, hostingEnvironmentEnvelope As AppServiceEnvironmentResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AppServiceEnvironmentResource)" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginCreateOrUpdateAsync (operations, resourceGroupName, name, hostingEnvironmentEnvelope, 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.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="hostingEnvironmentEnvelope" Type="Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="BeginCreateOrUpdateMultiRolePool"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource BeginCreateOrUpdateMultiRolePool (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource multiRolePoolEnvelope);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource BeginCreateOrUpdateMultiRolePool(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource multiRolePoolEnvelope) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginCreateOrUpdateMultiRolePool(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdateMultiRolePool (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, multiRolePoolEnvelope As WorkerPoolResource) As WorkerPoolResource" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdateMultiRolePool : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource -&gt; Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginCreateOrUpdateMultiRolePool (operations, resourceGroupName, name, multiRolePoolEnvelope)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="multiRolePoolEnvelope" Type="Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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> <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> </Docs> </Member> <Member MemberName="BeginCreateOrUpdateMultiRolePoolAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt; BeginCreateOrUpdateMultiRolePoolAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource multiRolePoolEnvelope, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt; BeginCreateOrUpdateMultiRolePoolAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource multiRolePoolEnvelope, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginCreateOrUpdateMultiRolePoolAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdateMultiRolePoolAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, multiRolePoolEnvelope As WorkerPoolResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkerPoolResource)" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdateMultiRolePoolAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginCreateOrUpdateMultiRolePoolAsync (operations, resourceGroupName, name, multiRolePoolEnvelope, 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.Azure.Management.WebSites.Models.WorkerPoolResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="multiRolePoolEnvelope" Type="Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="BeginCreateOrUpdateWorkerPool"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource BeginCreateOrUpdateWorkerPool (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource workerPoolEnvelope);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource BeginCreateOrUpdateWorkerPool(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource workerPoolEnvelope) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginCreateOrUpdateWorkerPool(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdateWorkerPool (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String, workerPoolEnvelope As WorkerPoolResource) As WorkerPoolResource" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdateWorkerPool : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource -&gt; Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginCreateOrUpdateWorkerPool (operations, resourceGroupName, name, workerPoolName, workerPoolEnvelope)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <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" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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> <summary> Create or update a worker pool. </summary> <returns>To be added.</returns> <remarks> Description for Create or update a worker pool. </remarks> </Docs> </Member> <Member MemberName="BeginCreateOrUpdateWorkerPoolAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt; BeginCreateOrUpdateWorkerPoolAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource workerPoolEnvelope, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt; BeginCreateOrUpdateWorkerPoolAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource workerPoolEnvelope, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginCreateOrUpdateWorkerPoolAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdateWorkerPoolAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String, workerPoolEnvelope As WorkerPoolResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkerPoolResource)" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdateWorkerPoolAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginCreateOrUpdateWorkerPoolAsync (operations, resourceGroupName, name, workerPoolName, workerPoolEnvelope, 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.Azure.Management.WebSites.Models.WorkerPoolResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <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="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="BeginDelete"> <MemberSignature Language="C#" Value="public static void BeginDelete (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, bool? forceDelete = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void BeginDelete(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Nullable`1&lt;bool&gt; forceDelete) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginDelete(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub BeginDelete (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional forceDelete As Nullable(Of Boolean) = Nothing)" /> <MemberSignature Language="F#" Value="static member BeginDelete : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Nullable&lt;bool&gt; -&gt; unit" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginDelete (operations, resourceGroupName, name, forceDelete)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="forceDelete" Type="System.Nullable&lt;System.Boolean&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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> <summary> Delete an App Service Environment. </summary> <remarks> Description for Delete an App Service Environment. </remarks> </Docs> </Member> <Member MemberName="BeginDeleteAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeleteAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, bool? forceDelete = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginDeleteAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Nullable`1&lt;bool&gt; forceDelete, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginDeleteAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional forceDelete As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member BeginDeleteAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginDeleteAsync (operations, resourceGroupName, name, forceDelete, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="forceDelete" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="BeginDeletePrivateEndpointConnection"> <MemberSignature Language="C#" Value="public static object BeginDeletePrivateEndpointConnection (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig object BeginDeletePrivateEndpointConnection(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginDeletePrivateEndpointConnection(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginDeletePrivateEndpointConnection (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, privateEndpointConnectionName As String) As Object" /> <MemberSignature Language="F#" Value="static member BeginDeletePrivateEndpointConnection : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string -&gt; obj" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginDeletePrivateEndpointConnection (operations, resourceGroupName, name, privateEndpointConnectionName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Object</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="privateEndpointConnectionName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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" /> <summary> Deletes a private endpoint connection </summary> <returns>To be added.</returns> <remarks> Description for Deletes a private endpoint connection </remarks> </Docs> </Member> <Member MemberName="BeginDeletePrivateEndpointConnectionAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;object&gt; BeginDeletePrivateEndpointConnectionAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;object&gt; BeginDeletePrivateEndpointConnectionAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginDeletePrivateEndpointConnectionAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginDeletePrivateEndpointConnectionAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, privateEndpointConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Object)" /> <MemberSignature Language="F#" Value="static member BeginDeletePrivateEndpointConnectionAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;obj&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginDeletePrivateEndpointConnectionAsync (operations, resourceGroupName, name, privateEndpointConnectionName, 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;System.Object&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="privateEndpointConnectionName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="BeginResume"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt; BeginResume (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt; BeginResume(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginResume(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginResume (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As IPage(Of Site)" /> <MemberSignature Language="F#" Value="static member BeginResume : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginResume (operations, resourceGroupName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <summary> Resume an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Resume an App Service Environment. </remarks> </Docs> </Member> <Member MemberName="BeginResumeAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; BeginResumeAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; BeginResumeAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginResumeAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginResumeAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Site))" /> <MemberSignature Language="F#" Value="static member BeginResumeAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginResumeAsync (operations, resourceGroupName, name, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="BeginResumeNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt; BeginResumeNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt; BeginResumeNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginResumeNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginResumeNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of Site)" /> <MemberSignature Language="F#" Value="static member BeginResumeNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginResumeNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Resume an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Resume an App Service Environment. </remarks> </Docs> </Member> <Member MemberName="BeginResumeNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; BeginResumeNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; BeginResumeNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginResumeNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginResumeNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Site))" /> <MemberSignature Language="F#" Value="static member BeginResumeNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginResumeNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="BeginSuspend"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt; BeginSuspend (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt; BeginSuspend(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginSuspend(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginSuspend (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As IPage(Of Site)" /> <MemberSignature Language="F#" Value="static member BeginSuspend : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginSuspend (operations, resourceGroupName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <summary> Suspend an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Suspend an App Service Environment. </remarks> </Docs> </Member> <Member MemberName="BeginSuspendAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; BeginSuspendAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; BeginSuspendAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginSuspendAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginSuspendAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Site))" /> <MemberSignature Language="F#" Value="static member BeginSuspendAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginSuspendAsync (operations, resourceGroupName, name, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="BeginSuspendNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt; BeginSuspendNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt; BeginSuspendNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginSuspendNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginSuspendNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of Site)" /> <MemberSignature Language="F#" Value="static member BeginSuspendNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginSuspendNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Suspend an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Suspend an App Service Environment. </remarks> </Docs> </Member> <Member MemberName="BeginSuspendNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; BeginSuspendNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; BeginSuspendNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginSuspendNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginSuspendNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Site))" /> <MemberSignature Language="F#" Value="static member BeginSuspendNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.BeginSuspendNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ChangeVnet"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt; ChangeVnet (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile vnetInfo);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt; ChangeVnet(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile vnetInfo) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ChangeVnet(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ChangeVnet (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, vnetInfo As VirtualNetworkProfile) As IPage(Of Site)" /> <MemberSignature Language="F#" Value="static member ChangeVnet : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ChangeVnet (operations, resourceGroupName, name, vnetInfo)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="vnetInfo" Type="Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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> <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> </Docs> </Member> <Member MemberName="ChangeVnetAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; ChangeVnetAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile vnetInfo, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; ChangeVnetAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile vnetInfo, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ChangeVnetAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ChangeVnetAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, vnetInfo As VirtualNetworkProfile, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Site))" /> <MemberSignature Language="F#" Value="static member ChangeVnetAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ChangeVnetAsync (operations, resourceGroupName, name, vnetInfo, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="vnetInfo" Type="Microsoft.Azure.Management.WebSites.Models.VirtualNetworkProfile" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="ChangeVnetNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt; ChangeVnetNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt; ChangeVnetNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ChangeVnetNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ChangeVnetNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of Site)" /> <MemberSignature Language="F#" Value="static member ChangeVnetNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ChangeVnetNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ChangeVnetNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; ChangeVnetNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; ChangeVnetNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ChangeVnetNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ChangeVnetNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Site))" /> <MemberSignature Language="F#" Value="static member ChangeVnetNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ChangeVnetNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="CreateOrUpdate"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource CreateOrUpdate (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource hostingEnvironmentEnvelope);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource CreateOrUpdate(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource hostingEnvironmentEnvelope) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdate (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, hostingEnvironmentEnvelope As AppServiceEnvironmentResource) As AppServiceEnvironmentResource" /> <MemberSignature Language="F#" Value="static member CreateOrUpdate : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource -&gt; Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.CreateOrUpdate (operations, resourceGroupName, name, hostingEnvironmentEnvelope)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="hostingEnvironmentEnvelope" Type="Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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> <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> </Docs> </Member> <Member MemberName="CreateOrUpdateAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt; CreateOrUpdateAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource hostingEnvironmentEnvelope, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt; CreateOrUpdateAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource hostingEnvironmentEnvelope, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdateAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, hostingEnvironmentEnvelope As AppServiceEnvironmentResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AppServiceEnvironmentResource)" /> <MemberSignature Language="F#" Value="static member CreateOrUpdateAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.CreateOrUpdateAsync (operations, resourceGroupName, name, hostingEnvironmentEnvelope, 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.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="hostingEnvironmentEnvelope" Type="Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="CreateOrUpdateMultiRolePool"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource CreateOrUpdateMultiRolePool (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource multiRolePoolEnvelope);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource CreateOrUpdateMultiRolePool(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource multiRolePoolEnvelope) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.CreateOrUpdateMultiRolePool(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdateMultiRolePool (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, multiRolePoolEnvelope As WorkerPoolResource) As WorkerPoolResource" /> <MemberSignature Language="F#" Value="static member CreateOrUpdateMultiRolePool : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource -&gt; Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.CreateOrUpdateMultiRolePool (operations, resourceGroupName, name, multiRolePoolEnvelope)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="multiRolePoolEnvelope" Type="Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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> <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> </Docs> </Member> <Member MemberName="CreateOrUpdateMultiRolePoolAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt; CreateOrUpdateMultiRolePoolAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource multiRolePoolEnvelope, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt; CreateOrUpdateMultiRolePoolAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource multiRolePoolEnvelope, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.CreateOrUpdateMultiRolePoolAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdateMultiRolePoolAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, multiRolePoolEnvelope As WorkerPoolResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkerPoolResource)" /> <MemberSignature Language="F#" Value="static member CreateOrUpdateMultiRolePoolAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.CreateOrUpdateMultiRolePoolAsync (operations, resourceGroupName, name, multiRolePoolEnvelope, 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.Azure.Management.WebSites.Models.WorkerPoolResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="multiRolePoolEnvelope" Type="Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="CreateOrUpdateWorkerPool"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource CreateOrUpdateWorkerPool (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource workerPoolEnvelope);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource CreateOrUpdateWorkerPool(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource workerPoolEnvelope) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.CreateOrUpdateWorkerPool(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdateWorkerPool (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String, workerPoolEnvelope As WorkerPoolResource) As WorkerPoolResource" /> <MemberSignature Language="F#" Value="static member CreateOrUpdateWorkerPool : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource -&gt; Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.CreateOrUpdateWorkerPool (operations, resourceGroupName, name, workerPoolName, workerPoolEnvelope)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <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" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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> <summary> Create or update a worker pool. </summary> <returns>To be added.</returns> <remarks> Description for Create or update a worker pool. </remarks> </Docs> </Member> <Member MemberName="CreateOrUpdateWorkerPoolAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt; CreateOrUpdateWorkerPoolAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource workerPoolEnvelope, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt; CreateOrUpdateWorkerPoolAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource workerPoolEnvelope, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.CreateOrUpdateWorkerPoolAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdateWorkerPoolAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String, workerPoolEnvelope As WorkerPoolResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkerPoolResource)" /> <MemberSignature Language="F#" Value="static member CreateOrUpdateWorkerPoolAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.CreateOrUpdateWorkerPoolAsync (operations, resourceGroupName, name, workerPoolName, workerPoolEnvelope, 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.Azure.Management.WebSites.Models.WorkerPoolResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <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="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="Delete"> <MemberSignature Language="C#" Value="public static void Delete (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, bool? forceDelete = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void Delete(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Nullable`1&lt;bool&gt; forceDelete) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.Delete(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub Delete (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional forceDelete As Nullable(Of Boolean) = Nothing)" /> <MemberSignature Language="F#" Value="static member Delete : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Nullable&lt;bool&gt; -&gt; unit" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.Delete (operations, resourceGroupName, name, forceDelete)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="forceDelete" Type="System.Nullable&lt;System.Boolean&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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> <summary> Delete an App Service Environment. </summary> <remarks> Description for Delete an App Service Environment. </remarks> </Docs> </Member> <Member MemberName="DeleteAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, bool? forceDelete = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Nullable`1&lt;bool&gt; forceDelete, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeleteAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional forceDelete As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member DeleteAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.DeleteAsync (operations, resourceGroupName, name, forceDelete, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="forceDelete" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="DeletePrivateEndpointConnection"> <MemberSignature Language="C#" Value="public static object DeletePrivateEndpointConnection (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig object DeletePrivateEndpointConnection(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.DeletePrivateEndpointConnection(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeletePrivateEndpointConnection (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, privateEndpointConnectionName As String) As Object" /> <MemberSignature Language="F#" Value="static member DeletePrivateEndpointConnection : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string -&gt; obj" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.DeletePrivateEndpointConnection (operations, resourceGroupName, name, privateEndpointConnectionName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Object</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="privateEndpointConnectionName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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" /> <summary> Deletes a private endpoint connection </summary> <returns>To be added.</returns> <remarks> Description for Deletes a private endpoint connection </remarks> </Docs> </Member> <Member MemberName="DeletePrivateEndpointConnectionAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;object&gt; DeletePrivateEndpointConnectionAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;object&gt; DeletePrivateEndpointConnectionAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.DeletePrivateEndpointConnectionAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeletePrivateEndpointConnectionAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, privateEndpointConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Object)" /> <MemberSignature Language="F#" Value="static member DeletePrivateEndpointConnectionAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;obj&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.DeletePrivateEndpointConnectionAsync (operations, resourceGroupName, name, privateEndpointConnectionName, 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;System.Object&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="privateEndpointConnectionName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="Get"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource Get (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource Get(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.Get(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function Get (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As AppServiceEnvironmentResource" /> <MemberSignature Language="F#" Value="static member Get : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -&gt; Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.Get (operations, resourceGroupName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </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> </Docs> </Member> <Member MemberName="GetAseV3NetworkingConfiguration"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration GetAseV3NetworkingConfiguration (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration GetAseV3NetworkingConfiguration(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetAseV3NetworkingConfiguration(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetAseV3NetworkingConfiguration (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As AseV3NetworkingConfiguration" /> <MemberSignature Language="F#" Value="static member GetAseV3NetworkingConfiguration : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -&gt; Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetAseV3NetworkingConfiguration (operations, resourceGroupName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </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> </Docs> </Member> <Member MemberName="GetAseV3NetworkingConfigurationAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration&gt; GetAseV3NetworkingConfigurationAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration&gt; GetAseV3NetworkingConfigurationAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetAseV3NetworkingConfigurationAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetAseV3NetworkingConfigurationAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AseV3NetworkingConfiguration)" /> <MemberSignature Language="F#" Value="static member GetAseV3NetworkingConfigurationAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetAseV3NetworkingConfigurationAsync (operations, resourceGroupName, name, 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.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="GetAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt; GetAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt; GetAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AppServiceEnvironmentResource)" /> <MemberSignature Language="F#" Value="static member GetAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetAsync (operations, resourceGroupName, name, 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.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="GetDiagnosticsItem"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics GetDiagnosticsItem (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string diagnosticsName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics GetDiagnosticsItem(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string diagnosticsName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetDiagnosticsItem(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDiagnosticsItem (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, diagnosticsName As String) As HostingEnvironmentDiagnostics" /> <MemberSignature Language="F#" Value="static member GetDiagnosticsItem : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string -&gt; Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetDiagnosticsItem (operations, resourceGroupName, name, diagnosticsName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="diagnosticsName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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> <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> </Docs> </Member> <Member MemberName="GetDiagnosticsItemAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics&gt; GetDiagnosticsItemAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string diagnosticsName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics&gt; GetDiagnosticsItemAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string diagnosticsName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetDiagnosticsItemAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDiagnosticsItemAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, diagnosticsName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HostingEnvironmentDiagnostics)" /> <MemberSignature Language="F#" Value="static member GetDiagnosticsItemAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetDiagnosticsItemAsync (operations, resourceGroupName, name, diagnosticsName, 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.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="diagnosticsName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="GetInboundNetworkDependenciesEndpoints"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint&gt; GetInboundNetworkDependenciesEndpoints (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint&gt; GetInboundNetworkDependenciesEndpoints(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetInboundNetworkDependenciesEndpoints(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetInboundNetworkDependenciesEndpoints (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As IPage(Of InboundEnvironmentEndpoint)" /> <MemberSignature Language="F#" Value="static member GetInboundNetworkDependenciesEndpoints : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetInboundNetworkDependenciesEndpoints (operations, resourceGroupName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </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> </Docs> </Member> <Member MemberName="GetInboundNetworkDependenciesEndpointsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint&gt;&gt; GetInboundNetworkDependenciesEndpointsAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint&gt;&gt; GetInboundNetworkDependenciesEndpointsAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetInboundNetworkDependenciesEndpointsAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetInboundNetworkDependenciesEndpointsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of InboundEnvironmentEndpoint))" /> <MemberSignature Language="F#" Value="static member GetInboundNetworkDependenciesEndpointsAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetInboundNetworkDependenciesEndpointsAsync (operations, resourceGroupName, name, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="GetInboundNetworkDependenciesEndpointsNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint&gt; GetInboundNetworkDependenciesEndpointsNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint&gt; GetInboundNetworkDependenciesEndpointsNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetInboundNetworkDependenciesEndpointsNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetInboundNetworkDependenciesEndpointsNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of InboundEnvironmentEndpoint)" /> <MemberSignature Language="F#" Value="static member GetInboundNetworkDependenciesEndpointsNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetInboundNetworkDependenciesEndpointsNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="GetInboundNetworkDependenciesEndpointsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint&gt;&gt; GetInboundNetworkDependenciesEndpointsNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint&gt;&gt; GetInboundNetworkDependenciesEndpointsNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetInboundNetworkDependenciesEndpointsNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetInboundNetworkDependenciesEndpointsNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of InboundEnvironmentEndpoint))" /> <MemberSignature Language="F#" Value="static member GetInboundNetworkDependenciesEndpointsNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetInboundNetworkDependenciesEndpointsNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="GetMultiRolePool"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource GetMultiRolePool (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource GetMultiRolePool(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetMultiRolePool(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetMultiRolePool (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As WorkerPoolResource" /> <MemberSignature Language="F#" Value="static member GetMultiRolePool : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -&gt; Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetMultiRolePool (operations, resourceGroupName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </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> </Docs> </Member> <Member MemberName="GetMultiRolePoolAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt; GetMultiRolePoolAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt; GetMultiRolePoolAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetMultiRolePoolAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetMultiRolePoolAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkerPoolResource)" /> <MemberSignature Language="F#" Value="static member GetMultiRolePoolAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetMultiRolePoolAsync (operations, resourceGroupName, name, 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.Azure.Management.WebSites.Models.WorkerPoolResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="GetOutboundNetworkDependenciesEndpoints"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint&gt; GetOutboundNetworkDependenciesEndpoints (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint&gt; GetOutboundNetworkDependenciesEndpoints(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetOutboundNetworkDependenciesEndpoints(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetOutboundNetworkDependenciesEndpoints (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As IPage(Of OutboundEnvironmentEndpoint)" /> <MemberSignature Language="F#" Value="static member GetOutboundNetworkDependenciesEndpoints : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetOutboundNetworkDependenciesEndpoints (operations, resourceGroupName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </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> </Docs> </Member> <Member MemberName="GetOutboundNetworkDependenciesEndpointsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint&gt;&gt; GetOutboundNetworkDependenciesEndpointsAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint&gt;&gt; GetOutboundNetworkDependenciesEndpointsAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetOutboundNetworkDependenciesEndpointsAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetOutboundNetworkDependenciesEndpointsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of OutboundEnvironmentEndpoint))" /> <MemberSignature Language="F#" Value="static member GetOutboundNetworkDependenciesEndpointsAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetOutboundNetworkDependenciesEndpointsAsync (operations, resourceGroupName, name, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="GetOutboundNetworkDependenciesEndpointsNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint&gt; GetOutboundNetworkDependenciesEndpointsNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint&gt; GetOutboundNetworkDependenciesEndpointsNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetOutboundNetworkDependenciesEndpointsNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetOutboundNetworkDependenciesEndpointsNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of OutboundEnvironmentEndpoint)" /> <MemberSignature Language="F#" Value="static member GetOutboundNetworkDependenciesEndpointsNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetOutboundNetworkDependenciesEndpointsNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="GetOutboundNetworkDependenciesEndpointsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint&gt;&gt; GetOutboundNetworkDependenciesEndpointsNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint&gt;&gt; GetOutboundNetworkDependenciesEndpointsNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetOutboundNetworkDependenciesEndpointsNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetOutboundNetworkDependenciesEndpointsNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of OutboundEnvironmentEndpoint))" /> <MemberSignature Language="F#" Value="static member GetOutboundNetworkDependenciesEndpointsNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetOutboundNetworkDependenciesEndpointsNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="GetPrivateEndpointConnection"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource GetPrivateEndpointConnection (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource GetPrivateEndpointConnection(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetPrivateEndpointConnection(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetPrivateEndpointConnection (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, privateEndpointConnectionName As String) As RemotePrivateEndpointConnectionARMResource" /> <MemberSignature Language="F#" Value="static member GetPrivateEndpointConnection : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string -&gt; Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetPrivateEndpointConnection (operations, resourceGroupName, name, privateEndpointConnectionName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="privateEndpointConnectionName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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> <summary> Gets a private endpoint connection </summary> <returns>To be added.</returns> <remarks> Description for Gets a private endpoint connection </remarks> </Docs> </Member> <Member MemberName="GetPrivateEndpointConnectionAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt; GetPrivateEndpointConnectionAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt; GetPrivateEndpointConnectionAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetPrivateEndpointConnectionAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetPrivateEndpointConnectionAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, privateEndpointConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RemotePrivateEndpointConnectionARMResource)" /> <MemberSignature Language="F#" Value="static member GetPrivateEndpointConnectionAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetPrivateEndpointConnectionAsync (operations, resourceGroupName, name, privateEndpointConnectionName, 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.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="privateEndpointConnectionName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="GetPrivateEndpointConnectionList"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt; GetPrivateEndpointConnectionList (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt; GetPrivateEndpointConnectionList(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetPrivateEndpointConnectionList(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetPrivateEndpointConnectionList (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As IPage(Of RemotePrivateEndpointConnectionARMResource)" /> <MemberSignature Language="F#" Value="static member GetPrivateEndpointConnectionList : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetPrivateEndpointConnectionList (operations, resourceGroupName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </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> </Docs> </Member> <Member MemberName="GetPrivateEndpointConnectionListAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt; GetPrivateEndpointConnectionListAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt; GetPrivateEndpointConnectionListAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetPrivateEndpointConnectionListAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetPrivateEndpointConnectionListAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RemotePrivateEndpointConnectionARMResource))" /> <MemberSignature Language="F#" Value="static member GetPrivateEndpointConnectionListAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetPrivateEndpointConnectionListAsync (operations, resourceGroupName, name, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="GetPrivateEndpointConnectionListNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt; GetPrivateEndpointConnectionListNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt; GetPrivateEndpointConnectionListNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetPrivateEndpointConnectionListNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetPrivateEndpointConnectionListNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of RemotePrivateEndpointConnectionARMResource)" /> <MemberSignature Language="F#" Value="static member GetPrivateEndpointConnectionListNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetPrivateEndpointConnectionListNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="GetPrivateEndpointConnectionListNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt; GetPrivateEndpointConnectionListNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt; GetPrivateEndpointConnectionListNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetPrivateEndpointConnectionListNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetPrivateEndpointConnectionListNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RemotePrivateEndpointConnectionARMResource))" /> <MemberSignature Language="F#" Value="static member GetPrivateEndpointConnectionListNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetPrivateEndpointConnectionListNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="GetPrivateLinkResources"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper GetPrivateLinkResources (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper GetPrivateLinkResources(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetPrivateLinkResources(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetPrivateLinkResources (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As PrivateLinkResourcesWrapper" /> <MemberSignature Language="F#" Value="static member GetPrivateLinkResources : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -&gt; Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetPrivateLinkResources (operations, resourceGroupName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <summary> Gets the private link resources </summary> <returns>To be added.</returns> <remarks> Description for Gets the private link resources </remarks> </Docs> </Member> <Member MemberName="GetPrivateLinkResourcesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper&gt; GetPrivateLinkResourcesAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper&gt; GetPrivateLinkResourcesAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetPrivateLinkResourcesAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetPrivateLinkResourcesAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResourcesWrapper)" /> <MemberSignature Language="F#" Value="static member GetPrivateLinkResourcesAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetPrivateLinkResourcesAsync (operations, resourceGroupName, name, 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.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="GetVipInfo"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.WebSites.Models.AddressResponse GetVipInfo (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.WebSites.Models.AddressResponse GetVipInfo(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetVipInfo(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVipInfo (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As AddressResponse" /> <MemberSignature Language="F#" Value="static member GetVipInfo : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -&gt; Microsoft.Azure.Management.WebSites.Models.AddressResponse" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetVipInfo (operations, resourceGroupName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.WebSites.Models.AddressResponse</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </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> </Docs> </Member> <Member MemberName="GetVipInfoAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.AddressResponse&gt; GetVipInfoAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.WebSites.Models.AddressResponse&gt; GetVipInfoAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetVipInfoAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVipInfoAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AddressResponse)" /> <MemberSignature Language="F#" Value="static member GetVipInfoAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.AddressResponse&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetVipInfoAsync (operations, resourceGroupName, name, 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.Azure.Management.WebSites.Models.AddressResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="GetWorkerPool"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource GetWorkerPool (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource GetWorkerPool(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetWorkerPool(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetWorkerPool (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String) As WorkerPoolResource" /> <MemberSignature Language="F#" Value="static member GetWorkerPool : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string -&gt; Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetWorkerPool (operations, resourceGroupName, name, workerPoolName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="workerPoolName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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> <summary> Get properties of a worker pool. </summary> <returns>To be added.</returns> <remarks> Description for Get properties of a worker pool. </remarks> </Docs> </Member> <Member MemberName="GetWorkerPoolAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt; GetWorkerPoolAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt; GetWorkerPoolAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetWorkerPoolAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetWorkerPoolAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkerPoolResource)" /> <MemberSignature Language="F#" Value="static member GetWorkerPoolAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.GetWorkerPoolAsync (operations, resourceGroupName, name, workerPoolName, 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.Azure.Management.WebSites.Models.WorkerPoolResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="workerPoolName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="List"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt; List (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt; List(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.List(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function List (operations As IAppServiceEnvironmentsOperations) As IPage(Of AppServiceEnvironmentResource)" /> <MemberSignature Language="F#" Value="static member List : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.List operations" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </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> </Docs> </Member> <Member MemberName="ListAppServicePlans"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServicePlan&gt; ListAppServicePlans (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServicePlan&gt; ListAppServicePlans(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListAppServicePlans(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAppServicePlans (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As IPage(Of AppServicePlan)" /> <MemberSignature Language="F#" Value="static member ListAppServicePlans : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServicePlan&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListAppServicePlans (operations, resourceGroupName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServicePlan&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </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> </Docs> </Member> <Member MemberName="ListAppServicePlansAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServicePlan&gt;&gt; ListAppServicePlansAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServicePlan&gt;&gt; ListAppServicePlansAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListAppServicePlansAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAppServicePlansAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AppServicePlan))" /> <MemberSignature Language="F#" Value="static member ListAppServicePlansAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServicePlan&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListAppServicePlansAsync (operations, resourceGroupName, name, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServicePlan&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="ListAppServicePlansNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServicePlan&gt; ListAppServicePlansNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServicePlan&gt; ListAppServicePlansNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListAppServicePlansNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAppServicePlansNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of AppServicePlan)" /> <MemberSignature Language="F#" Value="static member ListAppServicePlansNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServicePlan&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListAppServicePlansNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServicePlan&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListAppServicePlansNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServicePlan&gt;&gt; ListAppServicePlansNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServicePlan&gt;&gt; ListAppServicePlansNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListAppServicePlansNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAppServicePlansNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AppServicePlan))" /> <MemberSignature Language="F#" Value="static member ListAppServicePlansNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServicePlan&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListAppServicePlansNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServicePlan&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt; ListAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt; ListAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAsync (operations As IAppServiceEnvironmentsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AppServiceEnvironmentResource))" /> <MemberSignature Language="F#" Value="static member ListAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListAsync (operations, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </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> </Docs> </Member> <Member MemberName="ListByResourceGroup"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt; ListByResourceGroup (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt; ListByResourceGroup(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListByResourceGroup (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String) As IPage(Of AppServiceEnvironmentResource)" /> <MemberSignature Language="F#" Value="static member ListByResourceGroup : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListByResourceGroup (operations, resourceGroupName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </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> </Docs> </Member> <Member MemberName="ListByResourceGroupAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt; ListByResourceGroupAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt; ListByResourceGroupAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListByResourceGroupAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AppServiceEnvironmentResource))" /> <MemberSignature Language="F#" Value="static member ListByResourceGroupAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListByResourceGroupAsync (operations, resourceGroupName, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </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> </Docs> </Member> <Member MemberName="ListByResourceGroupNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt; ListByResourceGroupNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt; ListByResourceGroupNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListByResourceGroupNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListByResourceGroupNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of AppServiceEnvironmentResource)" /> <MemberSignature Language="F#" Value="static member ListByResourceGroupNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListByResourceGroupNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListByResourceGroupNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt; ListByResourceGroupNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt; ListByResourceGroupNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListByResourceGroupNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListByResourceGroupNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AppServiceEnvironmentResource))" /> <MemberSignature Language="F#" Value="static member ListByResourceGroupNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListByResourceGroupNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListCapacities"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.StampCapacity&gt; ListCapacities (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.StampCapacity&gt; ListCapacities(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListCapacities(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListCapacities (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As IPage(Of StampCapacity)" /> <MemberSignature Language="F#" Value="static member ListCapacities : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.StampCapacity&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListCapacities (operations, resourceGroupName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.StampCapacity&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </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> </Docs> </Member> <Member MemberName="ListCapacitiesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.StampCapacity&gt;&gt; ListCapacitiesAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.StampCapacity&gt;&gt; ListCapacitiesAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListCapacitiesAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListCapacitiesAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of StampCapacity))" /> <MemberSignature Language="F#" Value="static member ListCapacitiesAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.StampCapacity&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListCapacitiesAsync (operations, resourceGroupName, name, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.StampCapacity&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="ListCapacitiesNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.StampCapacity&gt; ListCapacitiesNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.StampCapacity&gt; ListCapacitiesNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListCapacitiesNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListCapacitiesNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of StampCapacity)" /> <MemberSignature Language="F#" Value="static member ListCapacitiesNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.StampCapacity&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListCapacitiesNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.StampCapacity&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListCapacitiesNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.StampCapacity&gt;&gt; ListCapacitiesNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.StampCapacity&gt;&gt; ListCapacitiesNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListCapacitiesNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListCapacitiesNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of StampCapacity))" /> <MemberSignature Language="F#" Value="static member ListCapacitiesNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.StampCapacity&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListCapacitiesNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.StampCapacity&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListDiagnostics"> <MemberSignature Language="C#" Value="public static System.Collections.Generic.IList&lt;Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics&gt; ListDiagnostics (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IList`1&lt;class Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics&gt; ListDiagnostics(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListDiagnostics(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListDiagnostics (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As IList(Of HostingEnvironmentDiagnostics)" /> <MemberSignature Language="F#" Value="static member ListDiagnostics : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -&gt; System.Collections.Generic.IList&lt;Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListDiagnostics (operations, resourceGroupName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Collections.Generic.IList&lt;Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </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> </Docs> </Member> <Member MemberName="ListDiagnosticsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;System.Collections.Generic.IList&lt;Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics&gt;&gt; ListDiagnosticsAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class System.Collections.Generic.IList`1&lt;class Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics&gt;&gt; ListDiagnosticsAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListDiagnosticsAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListDiagnosticsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of HostingEnvironmentDiagnostics))" /> <MemberSignature Language="F#" Value="static member ListDiagnosticsAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;System.Collections.Generic.IList&lt;Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListDiagnosticsAsync (operations, resourceGroupName, name, 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;System.Collections.Generic.IList&lt;Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="ListMultiRoleMetricDefinitions"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt; ListMultiRoleMetricDefinitions (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt; ListMultiRoleMetricDefinitions(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRoleMetricDefinitions(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRoleMetricDefinitions (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As IPage(Of ResourceMetricDefinition)" /> <MemberSignature Language="F#" Value="static member ListMultiRoleMetricDefinitions : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRoleMetricDefinitions (operations, resourceGroupName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </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> </Docs> </Member> <Member MemberName="ListMultiRoleMetricDefinitionsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt; ListMultiRoleMetricDefinitionsAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt; ListMultiRoleMetricDefinitionsAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRoleMetricDefinitionsAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRoleMetricDefinitionsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ResourceMetricDefinition))" /> <MemberSignature Language="F#" Value="static member ListMultiRoleMetricDefinitionsAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRoleMetricDefinitionsAsync (operations, resourceGroupName, name, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="ListMultiRoleMetricDefinitionsNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt; ListMultiRoleMetricDefinitionsNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt; ListMultiRoleMetricDefinitionsNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRoleMetricDefinitionsNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRoleMetricDefinitionsNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of ResourceMetricDefinition)" /> <MemberSignature Language="F#" Value="static member ListMultiRoleMetricDefinitionsNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRoleMetricDefinitionsNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListMultiRoleMetricDefinitionsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt; ListMultiRoleMetricDefinitionsNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt; ListMultiRoleMetricDefinitionsNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRoleMetricDefinitionsNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRoleMetricDefinitionsNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ResourceMetricDefinition))" /> <MemberSignature Language="F#" Value="static member ListMultiRoleMetricDefinitionsNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRoleMetricDefinitionsNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListMultiRolePoolInstanceMetricDefinitions"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt; ListMultiRolePoolInstanceMetricDefinitions (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string instance);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt; ListMultiRolePoolInstanceMetricDefinitions(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string instance) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolInstanceMetricDefinitions(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRolePoolInstanceMetricDefinitions (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, instance As String) As IPage(Of ResourceMetricDefinition)" /> <MemberSignature Language="F#" Value="static member ListMultiRolePoolInstanceMetricDefinitions : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolInstanceMetricDefinitions (operations, resourceGroupName, name, instance)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="instance" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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> <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> </Docs> </Member> <Member MemberName="ListMultiRolePoolInstanceMetricDefinitionsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt; ListMultiRolePoolInstanceMetricDefinitionsAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string instance, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt; ListMultiRolePoolInstanceMetricDefinitionsAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string instance, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolInstanceMetricDefinitionsAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRolePoolInstanceMetricDefinitionsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, instance As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ResourceMetricDefinition))" /> <MemberSignature Language="F#" Value="static member ListMultiRolePoolInstanceMetricDefinitionsAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolInstanceMetricDefinitionsAsync (operations, resourceGroupName, name, instance, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="instance" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="ListMultiRolePoolInstanceMetricDefinitionsNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt; ListMultiRolePoolInstanceMetricDefinitionsNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt; ListMultiRolePoolInstanceMetricDefinitionsNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolInstanceMetricDefinitionsNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRolePoolInstanceMetricDefinitionsNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of ResourceMetricDefinition)" /> <MemberSignature Language="F#" Value="static member ListMultiRolePoolInstanceMetricDefinitionsNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolInstanceMetricDefinitionsNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListMultiRolePoolInstanceMetricDefinitionsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt; ListMultiRolePoolInstanceMetricDefinitionsNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt; ListMultiRolePoolInstanceMetricDefinitionsNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolInstanceMetricDefinitionsNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRolePoolInstanceMetricDefinitionsNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ResourceMetricDefinition))" /> <MemberSignature Language="F#" Value="static member ListMultiRolePoolInstanceMetricDefinitionsNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolInstanceMetricDefinitionsNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListMultiRolePools"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt; ListMultiRolePools (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt; ListMultiRolePools(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePools(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRolePools (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As IPage(Of WorkerPoolResource)" /> <MemberSignature Language="F#" Value="static member ListMultiRolePools : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePools (operations, resourceGroupName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <summary> Get all multi-role pools. </summary> <returns>To be added.</returns> <remarks> Description for Get all multi-role pools. </remarks> </Docs> </Member> <Member MemberName="ListMultiRolePoolsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt; ListMultiRolePoolsAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt; ListMultiRolePoolsAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolsAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRolePoolsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkerPoolResource))" /> <MemberSignature Language="F#" Value="static member ListMultiRolePoolsAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolsAsync (operations, resourceGroupName, name, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="ListMultiRolePoolSkus"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt; ListMultiRolePoolSkus (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt; ListMultiRolePoolSkus(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolSkus(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRolePoolSkus (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As IPage(Of SkuInfo)" /> <MemberSignature Language="F#" Value="static member ListMultiRolePoolSkus : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolSkus (operations, resourceGroupName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </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> </Docs> </Member> <Member MemberName="ListMultiRolePoolSkusAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt; ListMultiRolePoolSkusAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt; ListMultiRolePoolSkusAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolSkusAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRolePoolSkusAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SkuInfo))" /> <MemberSignature Language="F#" Value="static member ListMultiRolePoolSkusAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolSkusAsync (operations, resourceGroupName, name, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="ListMultiRolePoolSkusNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt; ListMultiRolePoolSkusNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt; ListMultiRolePoolSkusNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolSkusNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRolePoolSkusNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of SkuInfo)" /> <MemberSignature Language="F#" Value="static member ListMultiRolePoolSkusNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolSkusNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListMultiRolePoolSkusNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt; ListMultiRolePoolSkusNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt; ListMultiRolePoolSkusNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolSkusNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRolePoolSkusNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SkuInfo))" /> <MemberSignature Language="F#" Value="static member ListMultiRolePoolSkusNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolSkusNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListMultiRolePoolsNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt; ListMultiRolePoolsNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt; ListMultiRolePoolsNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolsNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRolePoolsNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of WorkerPoolResource)" /> <MemberSignature Language="F#" Value="static member ListMultiRolePoolsNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolsNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Get all multi-role pools. </summary> <returns>To be added.</returns> <remarks> Description for Get all multi-role pools. </remarks> </Docs> </Member> <Member MemberName="ListMultiRolePoolsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt; ListMultiRolePoolsNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt; ListMultiRolePoolsNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolsNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRolePoolsNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkerPoolResource))" /> <MemberSignature Language="F#" Value="static member ListMultiRolePoolsNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolsNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListMultiRoleUsages"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt; ListMultiRoleUsages (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Usage&gt; ListMultiRoleUsages(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRoleUsages(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRoleUsages (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As IPage(Of Usage)" /> <MemberSignature Language="F#" Value="static member ListMultiRoleUsages : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRoleUsages (operations, resourceGroupName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </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> </Docs> </Member> <Member MemberName="ListMultiRoleUsagesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt; ListMultiRoleUsagesAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt; ListMultiRoleUsagesAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRoleUsagesAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRoleUsagesAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Usage))" /> <MemberSignature Language="F#" Value="static member ListMultiRoleUsagesAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRoleUsagesAsync (operations, resourceGroupName, name, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="ListMultiRoleUsagesNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt; ListMultiRoleUsagesNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Usage&gt; ListMultiRoleUsagesNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRoleUsagesNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRoleUsagesNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of Usage)" /> <MemberSignature Language="F#" Value="static member ListMultiRoleUsagesNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRoleUsagesNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListMultiRoleUsagesNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt; ListMultiRoleUsagesNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt; ListMultiRoleUsagesNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRoleUsagesNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRoleUsagesNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Usage))" /> <MemberSignature Language="F#" Value="static member ListMultiRoleUsagesNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListMultiRoleUsagesNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt; ListNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt; ListNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of AppServiceEnvironmentResource)" /> <MemberSignature Language="F#" Value="static member ListNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt; ListNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt; ListNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AppServiceEnvironmentResource))" /> <MemberSignature Language="F#" Value="static member ListNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListOperations"> <MemberSignature Language="C#" Value="public static System.Collections.Generic.IList&lt;Microsoft.Azure.Management.WebSites.Models.Operation&gt; ListOperations (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IList`1&lt;class Microsoft.Azure.Management.WebSites.Models.Operation&gt; ListOperations(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListOperations(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListOperations (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As IList(Of Operation)" /> <MemberSignature Language="F#" Value="static member ListOperations : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -&gt; System.Collections.Generic.IList&lt;Microsoft.Azure.Management.WebSites.Models.Operation&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListOperations (operations, resourceGroupName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Collections.Generic.IList&lt;Microsoft.Azure.Management.WebSites.Models.Operation&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </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> </Docs> </Member> <Member MemberName="ListOperationsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;System.Collections.Generic.IList&lt;Microsoft.Azure.Management.WebSites.Models.Operation&gt;&gt; ListOperationsAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class System.Collections.Generic.IList`1&lt;class Microsoft.Azure.Management.WebSites.Models.Operation&gt;&gt; ListOperationsAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListOperationsAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListOperationsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of Operation))" /> <MemberSignature Language="F#" Value="static member ListOperationsAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;System.Collections.Generic.IList&lt;Microsoft.Azure.Management.WebSites.Models.Operation&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListOperationsAsync (operations, resourceGroupName, name, 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;System.Collections.Generic.IList&lt;Microsoft.Azure.Management.WebSites.Models.Operation&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="ListUsages"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota&gt; ListUsages (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string filter = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota&gt; ListUsages(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string filter) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListUsages(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListUsages (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional filter As String = Nothing) As IPage(Of CsmUsageQuota)" /> <MemberSignature Language="F#" Value="static member ListUsages : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListUsages (operations, resourceGroupName, name, filter)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="filter" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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> <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> </Docs> </Member> <Member MemberName="ListUsagesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota&gt;&gt; ListUsagesAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string filter = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota&gt;&gt; ListUsagesAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string filter, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListUsagesAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListUsagesAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CsmUsageQuota))" /> <MemberSignature Language="F#" Value="static member ListUsagesAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListUsagesAsync (operations, resourceGroupName, name, filter, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="filter" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="ListUsagesNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota&gt; ListUsagesNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota&gt; ListUsagesNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListUsagesNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListUsagesNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of CsmUsageQuota)" /> <MemberSignature Language="F#" Value="static member ListUsagesNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListUsagesNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListUsagesNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota&gt;&gt; ListUsagesNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota&gt;&gt; ListUsagesNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListUsagesNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListUsagesNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CsmUsageQuota))" /> <MemberSignature Language="F#" Value="static member ListUsagesNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListUsagesNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListWebApps"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt; ListWebApps (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string propertiesToInclude = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt; ListWebApps(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string propertiesToInclude) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWebApps(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWebApps (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional propertiesToInclude As String = Nothing) As IPage(Of Site)" /> <MemberSignature Language="F#" Value="static member ListWebApps : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWebApps (operations, resourceGroupName, name, propertiesToInclude)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="propertiesToInclude" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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> <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> </Docs> </Member> <Member MemberName="ListWebAppsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; ListWebAppsAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string propertiesToInclude = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; ListWebAppsAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string propertiesToInclude, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWebAppsAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWebAppsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional propertiesToInclude As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Site))" /> <MemberSignature Language="F#" Value="static member ListWebAppsAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWebAppsAsync (operations, resourceGroupName, name, propertiesToInclude, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="propertiesToInclude" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="ListWebAppsNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt; ListWebAppsNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt; ListWebAppsNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWebAppsNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWebAppsNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of Site)" /> <MemberSignature Language="F#" Value="static member ListWebAppsNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWebAppsNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListWebAppsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; ListWebAppsNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; ListWebAppsNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWebAppsNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWebAppsNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Site))" /> <MemberSignature Language="F#" Value="static member ListWebAppsNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWebAppsNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListWebWorkerMetricDefinitions"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt; ListWebWorkerMetricDefinitions (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt; ListWebWorkerMetricDefinitions(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWebWorkerMetricDefinitions(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWebWorkerMetricDefinitions (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String) As IPage(Of ResourceMetricDefinition)" /> <MemberSignature Language="F#" Value="static member ListWebWorkerMetricDefinitions : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWebWorkerMetricDefinitions (operations, resourceGroupName, name, workerPoolName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="workerPoolName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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> <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> </Docs> </Member> <Member MemberName="ListWebWorkerMetricDefinitionsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt; ListWebWorkerMetricDefinitionsAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt; ListWebWorkerMetricDefinitionsAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWebWorkerMetricDefinitionsAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWebWorkerMetricDefinitionsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ResourceMetricDefinition))" /> <MemberSignature Language="F#" Value="static member ListWebWorkerMetricDefinitionsAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWebWorkerMetricDefinitionsAsync (operations, resourceGroupName, name, workerPoolName, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="workerPoolName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="ListWebWorkerMetricDefinitionsNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt; ListWebWorkerMetricDefinitionsNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt; ListWebWorkerMetricDefinitionsNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWebWorkerMetricDefinitionsNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWebWorkerMetricDefinitionsNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of ResourceMetricDefinition)" /> <MemberSignature Language="F#" Value="static member ListWebWorkerMetricDefinitionsNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWebWorkerMetricDefinitionsNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListWebWorkerMetricDefinitionsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt; ListWebWorkerMetricDefinitionsNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt; ListWebWorkerMetricDefinitionsNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWebWorkerMetricDefinitionsNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWebWorkerMetricDefinitionsNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ResourceMetricDefinition))" /> <MemberSignature Language="F#" Value="static member ListWebWorkerMetricDefinitionsNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWebWorkerMetricDefinitionsNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListWebWorkerUsages"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt; ListWebWorkerUsages (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Usage&gt; ListWebWorkerUsages(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWebWorkerUsages(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWebWorkerUsages (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String) As IPage(Of Usage)" /> <MemberSignature Language="F#" Value="static member ListWebWorkerUsages : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWebWorkerUsages (operations, resourceGroupName, name, workerPoolName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="workerPoolName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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> <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> </Docs> </Member> <Member MemberName="ListWebWorkerUsagesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt; ListWebWorkerUsagesAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt; ListWebWorkerUsagesAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWebWorkerUsagesAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWebWorkerUsagesAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Usage))" /> <MemberSignature Language="F#" Value="static member ListWebWorkerUsagesAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWebWorkerUsagesAsync (operations, resourceGroupName, name, workerPoolName, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="workerPoolName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="ListWebWorkerUsagesNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt; ListWebWorkerUsagesNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Usage&gt; ListWebWorkerUsagesNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWebWorkerUsagesNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWebWorkerUsagesNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of Usage)" /> <MemberSignature Language="F#" Value="static member ListWebWorkerUsagesNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWebWorkerUsagesNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListWebWorkerUsagesNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt; ListWebWorkerUsagesNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt; ListWebWorkerUsagesNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWebWorkerUsagesNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWebWorkerUsagesNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Usage))" /> <MemberSignature Language="F#" Value="static member ListWebWorkerUsagesNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWebWorkerUsagesNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Usage&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListWorkerPoolInstanceMetricDefinitions"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt; ListWorkerPoolInstanceMetricDefinitions (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, string instance);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt; ListWorkerPoolInstanceMetricDefinitions(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, string instance) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolInstanceMetricDefinitions(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWorkerPoolInstanceMetricDefinitions (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String, instance As String) As IPage(Of ResourceMetricDefinition)" /> <MemberSignature Language="F#" Value="static member ListWorkerPoolInstanceMetricDefinitions : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolInstanceMetricDefinitions (operations, resourceGroupName, name, workerPoolName, instance)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="workerPoolName" Type="System.String" /> <Parameter Name="instance" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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> <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> </Docs> </Member> <Member MemberName="ListWorkerPoolInstanceMetricDefinitionsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt; ListWorkerPoolInstanceMetricDefinitionsAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, string instance, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt; ListWorkerPoolInstanceMetricDefinitionsAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, string instance, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolInstanceMetricDefinitionsAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWorkerPoolInstanceMetricDefinitionsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String, instance As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ResourceMetricDefinition))" /> <MemberSignature Language="F#" Value="static member ListWorkerPoolInstanceMetricDefinitionsAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolInstanceMetricDefinitionsAsync (operations, resourceGroupName, name, workerPoolName, instance, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <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="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="ListWorkerPoolInstanceMetricDefinitionsNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt; ListWorkerPoolInstanceMetricDefinitionsNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt; ListWorkerPoolInstanceMetricDefinitionsNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolInstanceMetricDefinitionsNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWorkerPoolInstanceMetricDefinitionsNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of ResourceMetricDefinition)" /> <MemberSignature Language="F#" Value="static member ListWorkerPoolInstanceMetricDefinitionsNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolInstanceMetricDefinitionsNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListWorkerPoolInstanceMetricDefinitionsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt; ListWorkerPoolInstanceMetricDefinitionsNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt; ListWorkerPoolInstanceMetricDefinitionsNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolInstanceMetricDefinitionsNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWorkerPoolInstanceMetricDefinitionsNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ResourceMetricDefinition))" /> <MemberSignature Language="F#" Value="static member ListWorkerPoolInstanceMetricDefinitionsNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolInstanceMetricDefinitionsNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListWorkerPools"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt; ListWorkerPools (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt; ListWorkerPools(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWorkerPools(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWorkerPools (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As IPage(Of WorkerPoolResource)" /> <MemberSignature Language="F#" Value="static member ListWorkerPools : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWorkerPools (operations, resourceGroupName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </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> </Docs> </Member> <Member MemberName="ListWorkerPoolsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt; ListWorkerPoolsAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt; ListWorkerPoolsAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolsAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWorkerPoolsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkerPoolResource))" /> <MemberSignature Language="F#" Value="static member ListWorkerPoolsAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolsAsync (operations, resourceGroupName, name, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="ListWorkerPoolSkus"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt; ListWorkerPoolSkus (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt; ListWorkerPoolSkus(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolSkus(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWorkerPoolSkus (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String) As IPage(Of SkuInfo)" /> <MemberSignature Language="F#" Value="static member ListWorkerPoolSkus : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolSkus (operations, resourceGroupName, name, workerPoolName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="workerPoolName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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> <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> </Docs> </Member> <Member MemberName="ListWorkerPoolSkusAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt; ListWorkerPoolSkusAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt; ListWorkerPoolSkusAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolSkusAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWorkerPoolSkusAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SkuInfo))" /> <MemberSignature Language="F#" Value="static member ListWorkerPoolSkusAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolSkusAsync (operations, resourceGroupName, name, workerPoolName, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="workerPoolName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="ListWorkerPoolSkusNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt; ListWorkerPoolSkusNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt; ListWorkerPoolSkusNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolSkusNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWorkerPoolSkusNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of SkuInfo)" /> <MemberSignature Language="F#" Value="static member ListWorkerPoolSkusNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolSkusNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListWorkerPoolSkusNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt; ListWorkerPoolSkusNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt; ListWorkerPoolSkusNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolSkusNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWorkerPoolSkusNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SkuInfo))" /> <MemberSignature Language="F#" Value="static member ListWorkerPoolSkusNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolSkusNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.SkuInfo&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListWorkerPoolsNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt; ListWorkerPoolsNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt; ListWorkerPoolsNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolsNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWorkerPoolsNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of WorkerPoolResource)" /> <MemberSignature Language="F#" Value="static member ListWorkerPoolsNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolsNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="ListWorkerPoolsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt; ListWorkerPoolsNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt; ListWorkerPoolsNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolsNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWorkerPoolsNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkerPoolResource))" /> <MemberSignature Language="F#" Value="static member ListWorkerPoolsNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolsNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="Reboot"> <MemberSignature Language="C#" Value="public static void Reboot (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void Reboot(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.Reboot(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub Reboot (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String)" /> <MemberSignature Language="F#" Value="static member Reboot : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -&gt; unit" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.Reboot (operations, resourceGroupName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <summary> Reboot all machines in an App Service Environment. </summary> <remarks> Description for Reboot all machines in an App Service Environment. </remarks> </Docs> </Member> <Member MemberName="RebootAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task RebootAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task RebootAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.RebootAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function RebootAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member RebootAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.RebootAsync (operations, resourceGroupName, name, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="Resume"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt; Resume (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt; Resume(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.Resume(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function Resume (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As IPage(Of Site)" /> <MemberSignature Language="F#" Value="static member Resume : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.Resume (operations, resourceGroupName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <summary> Resume an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Resume an App Service Environment. </remarks> </Docs> </Member> <Member MemberName="ResumeAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; ResumeAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; ResumeAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ResumeAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ResumeAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Site))" /> <MemberSignature Language="F#" Value="static member ResumeAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ResumeAsync (operations, resourceGroupName, name, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="ResumeNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt; ResumeNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt; ResumeNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ResumeNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ResumeNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of Site)" /> <MemberSignature Language="F#" Value="static member ResumeNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ResumeNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Resume an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Resume an App Service Environment. </remarks> </Docs> </Member> <Member MemberName="ResumeNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; ResumeNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; ResumeNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ResumeNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ResumeNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Site))" /> <MemberSignature Language="F#" Value="static member ResumeNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.ResumeNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="Suspend"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt; Suspend (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt; Suspend(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.Suspend(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function Suspend (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As IPage(Of Site)" /> <MemberSignature Language="F#" Value="static member Suspend : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.Suspend (operations, resourceGroupName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <summary> Suspend an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Suspend an App Service Environment. </remarks> </Docs> </Member> <Member MemberName="SuspendAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; SuspendAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; SuspendAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.SuspendAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function SuspendAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Site))" /> <MemberSignature Language="F#" Value="static member SuspendAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.SuspendAsync (operations, resourceGroupName, name, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="SuspendNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt; SuspendNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt; SuspendNext(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.SuspendNext(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function SuspendNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of Site)" /> <MemberSignature Language="F#" Value="static member SuspendNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.SuspendNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Suspend an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Suspend an App Service Environment. </remarks> </Docs> </Member> <Member MemberName="SuspendNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; SuspendNextAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt; SuspendNextAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.SuspendNextAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function SuspendNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Site))" /> <MemberSignature Language="F#" Value="static member SuspendNextAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.SuspendNextAsync (operations, nextPageLink, 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.IPage&lt;Microsoft.Azure.Management.WebSites.Models.Site&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </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> </Docs> </Member> <Member MemberName="Update"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource Update (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentPatchResource hostingEnvironmentEnvelope);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource Update(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentPatchResource hostingEnvironmentEnvelope) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.Update(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentPatchResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function Update (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, hostingEnvironmentEnvelope As AppServiceEnvironmentPatchResource) As AppServiceEnvironmentResource" /> <MemberSignature Language="F#" Value="static member Update : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentPatchResource -&gt; Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.Update (operations, resourceGroupName, name, hostingEnvironmentEnvelope)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="hostingEnvironmentEnvelope" Type="Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentPatchResource" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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> <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> </Docs> </Member> <Member MemberName="UpdateAseNetworkingConfiguration"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration UpdateAseNetworkingConfiguration (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration aseNetworkingConfiguration);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration UpdateAseNetworkingConfiguration(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration aseNetworkingConfiguration) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.UpdateAseNetworkingConfiguration(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateAseNetworkingConfiguration (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, aseNetworkingConfiguration As AseV3NetworkingConfiguration) As AseV3NetworkingConfiguration" /> <MemberSignature Language="F#" Value="static member UpdateAseNetworkingConfiguration : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration -&gt; Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.UpdateAseNetworkingConfiguration (operations, resourceGroupName, name, aseNetworkingConfiguration)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="aseNetworkingConfiguration" Type="Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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" /> <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> </Docs> </Member> <Member MemberName="UpdateAseNetworkingConfigurationAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration&gt; UpdateAseNetworkingConfigurationAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration aseNetworkingConfiguration, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration&gt; UpdateAseNetworkingConfigurationAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration aseNetworkingConfiguration, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.UpdateAseNetworkingConfigurationAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateAseNetworkingConfigurationAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, aseNetworkingConfiguration As AseV3NetworkingConfiguration, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AseV3NetworkingConfiguration)" /> <MemberSignature Language="F#" Value="static member UpdateAseNetworkingConfigurationAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.UpdateAseNetworkingConfigurationAsync (operations, resourceGroupName, name, aseNetworkingConfiguration, 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.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="aseNetworkingConfiguration" Type="Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="UpdateAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt; UpdateAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentPatchResource hostingEnvironmentEnvelope, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt; UpdateAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentPatchResource hostingEnvironmentEnvelope, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentPatchResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, hostingEnvironmentEnvelope As AppServiceEnvironmentPatchResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AppServiceEnvironmentResource)" /> <MemberSignature Language="F#" Value="static member UpdateAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentPatchResource * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.UpdateAsync (operations, resourceGroupName, name, hostingEnvironmentEnvelope, 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.Azure.Management.WebSites.Models.AppServiceEnvironmentResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="hostingEnvironmentEnvelope" Type="Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentPatchResource" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="UpdateMultiRolePool"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource UpdateMultiRolePool (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource multiRolePoolEnvelope);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource UpdateMultiRolePool(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource multiRolePoolEnvelope) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.UpdateMultiRolePool(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateMultiRolePool (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, multiRolePoolEnvelope As WorkerPoolResource) As WorkerPoolResource" /> <MemberSignature Language="F#" Value="static member UpdateMultiRolePool : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource -&gt; Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.UpdateMultiRolePool (operations, resourceGroupName, name, multiRolePoolEnvelope)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="multiRolePoolEnvelope" Type="Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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> <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> </Docs> </Member> <Member MemberName="UpdateMultiRolePoolAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt; UpdateMultiRolePoolAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource multiRolePoolEnvelope, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt; UpdateMultiRolePoolAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource multiRolePoolEnvelope, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.UpdateMultiRolePoolAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateMultiRolePoolAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, multiRolePoolEnvelope As WorkerPoolResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkerPoolResource)" /> <MemberSignature Language="F#" Value="static member UpdateMultiRolePoolAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.UpdateMultiRolePoolAsync (operations, resourceGroupName, name, multiRolePoolEnvelope, 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.Azure.Management.WebSites.Models.WorkerPoolResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="multiRolePoolEnvelope" Type="Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> <Member MemberName="UpdateWorkerPool"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource UpdateWorkerPool (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource workerPoolEnvelope);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource UpdateWorkerPool(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource workerPoolEnvelope) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.UpdateWorkerPool(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateWorkerPool (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String, workerPoolEnvelope As WorkerPoolResource) As WorkerPoolResource" /> <MemberSignature Language="F#" Value="static member UpdateWorkerPool : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource -&gt; Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.UpdateWorkerPool (operations, resourceGroupName, name, workerPoolName, workerPoolEnvelope)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <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" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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> <summary> Create or update a worker pool. </summary> <returns>To be added.</returns> <remarks> Description for Create or update a worker pool. </remarks> </Docs> </Member> <Member MemberName="UpdateWorkerPoolAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt; UpdateWorkerPoolAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource workerPoolEnvelope, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt; UpdateWorkerPoolAsync(class Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource workerPoolEnvelope, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.UpdateWorkerPoolAsync(Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateWorkerPoolAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String, workerPoolEnvelope As WorkerPoolResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkerPoolResource)" /> <MemberSignature Language="F#" Value="static member UpdateWorkerPoolAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource&gt;" Usage="Microsoft.Azure.Management.WebSites.AppServiceEnvironmentsOperationsExtensions.UpdateWorkerPoolAsync (operations, resourceGroupName, name, workerPoolName, workerPoolEnvelope, 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.Azure.Management.WebSites.Models.WorkerPoolResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations" RefType="this" /> <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="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <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="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> </Docs> </Member> </Members> </Type>