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="<Extension()>
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 -> 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<Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource> 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<class Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource>" 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<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" />
<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="<Extension()>
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 -> 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<Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource> 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<class Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource>" 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<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" />
<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<Microsoft.Azure.Management.WebSites.Models.Site> 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<class Microsoft.Azure.Management.WebSites.Models.Site> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>" 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<Microsoft.Azure.Management.WebSites.Models.Site></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Site>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>></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<Microsoft.Azure.Management.WebSites.Models.Site> BeginChangeVnetNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Site> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>" 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<Microsoft.Azure.Management.WebSites.Models.Site></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Site>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>></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="<Extension()>
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 -> 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<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource> 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<class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>" 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<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" />
<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="<Extension()>
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 -> 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<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource> 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<class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>" 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<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" />
<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="<Extension()>
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 -> 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<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource> 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<class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>" 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<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" />
<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<bool> 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="<Extension()>
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<bool> -> 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<System.Boolean>" />
</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 <code>true</code> to force the deletion even if the App
Service Environment contains resources. The default is
<code>false</code>.
</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<bool> 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="<Extension()>
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<bool> * System.Threading.CancellationToken -> 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<System.Boolean>" />
<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 <code>true</code> to force the deletion even if the App
Service Environment contains resources. The default is
<code>false</code>.
</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="<Extension()>
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 -> 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<object> 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<object> 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="<Extension()>
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 -> System.Threading.Tasks.Task<obj>" 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<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" />
<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<Microsoft.Azure.Management.WebSites.Models.Site> 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<class Microsoft.Azure.Management.WebSites.Models.Site> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>" 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<Microsoft.Azure.Management.WebSites.Models.Site></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Site>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>></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<Microsoft.Azure.Management.WebSites.Models.Site> BeginResumeNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Site> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>" 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<Microsoft.Azure.Management.WebSites.Models.Site></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Site>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>></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<Microsoft.Azure.Management.WebSites.Models.Site> 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<class Microsoft.Azure.Management.WebSites.Models.Site> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>" 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<Microsoft.Azure.Management.WebSites.Models.Site></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Site>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>></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<Microsoft.Azure.Management.WebSites.Models.Site> BeginSuspendNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Site> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>" 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<Microsoft.Azure.Management.WebSites.Models.Site></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Site>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>></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<Microsoft.Azure.Management.WebSites.Models.Site> 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<class Microsoft.Azure.Management.WebSites.Models.Site> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>" 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<Microsoft.Azure.Management.WebSites.Models.Site></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Site>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>></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<Microsoft.Azure.Management.WebSites.Models.Site> ChangeVnetNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Site> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>" 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<Microsoft.Azure.Management.WebSites.Models.Site></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Site>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>></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="<Extension()>
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 -> 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<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource> 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<class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>" 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<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" />
<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="<Extension()>
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 -> 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<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource> 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<class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>" 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<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" />
<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="<Extension()>
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 -> 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<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource> 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<class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>" 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<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" />
<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<bool> 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="<Extension()>
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<bool> -> 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<System.Boolean>" />
</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 <code>true</code> to force the deletion even if the App
Service Environment contains resources. The default is
<code>false</code>.
</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<bool> 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="<Extension()>
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<bool> * System.Threading.CancellationToken -> 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<System.Boolean>" />
<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 <code>true</code> to force the deletion even if the App
Service Environment contains resources. The default is
<code>false</code>.
</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="<Extension()>
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 -> 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<object> 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<object> 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="<Extension()>
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 -> System.Threading.Tasks.Task<obj>" 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<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" />
<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="<Extension()>
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 -> 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="<Extension()>
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 -> 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<Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration> 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<class Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration>" 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<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="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<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource> 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<class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>" 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<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="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="<Extension()>
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 -> 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<Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics> 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<class Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics>" 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<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" />
<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<Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint> 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<class Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint>" 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<Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint>></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<Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint> GetInboundNetworkDependenciesEndpointsNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint>" 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<Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.InboundEnvironmentEndpoint>></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="<Extension()>
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 -> 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<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource> 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<class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>" 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<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="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<Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint> 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<class Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint>" 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<Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint>></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<Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint> GetOutboundNetworkDependenciesEndpointsNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint>" 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<Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.OutboundEnvironmentEndpoint>></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="<Extension()>
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 -> 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<Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource> 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<class Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource>" 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<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="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<Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource> 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<class Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource>" 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<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" />
</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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource>>" 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<Microsoft.Rest.Azure.IPage<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="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<Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource> GetPrivateEndpointConnectionListNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource>" 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<Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource>></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="<Extension()>
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 -> 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<Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper> 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<class Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.PrivateLinkResourcesWrapper>" 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<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" />
<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="<Extension()>
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 -> 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<Microsoft.Azure.Management.WebSites.Models.AddressResponse> 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<class Microsoft.Azure.Management.WebSites.Models.AddressResponse> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.AddressResponse>" 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<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" />
<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="<Extension()>
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 -> 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<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource> 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<class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>" 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<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="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<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource> List (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource> 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="<Extension()>
Public Function List (operations As IAppServiceEnvironmentsOperations) As IPage(Of AppServiceEnvironmentResource)" />
<MemberSignature Language="F#" Value="static member List : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>" 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<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource></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<Microsoft.Azure.Management.WebSites.Models.AppServicePlan> 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<class Microsoft.Azure.Management.WebSites.Models.AppServicePlan> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServicePlan>" 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<Microsoft.Azure.Management.WebSites.Models.AppServicePlan></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServicePlan>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.AppServicePlan>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServicePlan>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServicePlan>></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<Microsoft.Azure.Management.WebSites.Models.AppServicePlan> ListAppServicePlansNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.AppServicePlan> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServicePlan>" 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<Microsoft.Azure.Management.WebSites.Models.AppServicePlan></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServicePlan>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.AppServicePlan>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServicePlan>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServicePlan>></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>></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<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource> ListByResourceGroup (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>" 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<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" />
</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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>>" 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<Microsoft.Rest.Azure.IPage<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="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<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource> ListByResourceGroupNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>" 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<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>></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<Microsoft.Azure.Management.WebSites.Models.StampCapacity> 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<class Microsoft.Azure.Management.WebSites.Models.StampCapacity> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.StampCapacity>" 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<Microsoft.Azure.Management.WebSites.Models.StampCapacity></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.StampCapacity>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.StampCapacity>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.StampCapacity>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.StampCapacity>></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<Microsoft.Azure.Management.WebSites.Models.StampCapacity> ListCapacitiesNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.StampCapacity> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.StampCapacity>" 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<Microsoft.Azure.Management.WebSites.Models.StampCapacity></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.StampCapacity>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.StampCapacity>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.StampCapacity>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.StampCapacity>></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<Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics> 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<class Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics> 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="<Extension()>
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 -> System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics>" 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<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" />
</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<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics>> 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<class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentDiagnostics>>" 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<System.Collections.Generic.IList<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="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<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition> 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<class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>" 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<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>></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<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition> ListMultiRoleMetricDefinitionsNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>" 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<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>></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<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition> 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<class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>" 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<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>></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<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition> ListMultiRolePoolInstanceMetricDefinitionsNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>" 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<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>></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<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource> 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<class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>" 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<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 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>>" 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<Microsoft.Rest.Azure.IPage<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="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<Microsoft.Azure.Management.WebSites.Models.SkuInfo> 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<class Microsoft.Azure.Management.WebSites.Models.SkuInfo> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SkuInfo>" 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<Microsoft.Azure.Management.WebSites.Models.SkuInfo></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SkuInfo>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.SkuInfo>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SkuInfo>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SkuInfo>></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<Microsoft.Azure.Management.WebSites.Models.SkuInfo> ListMultiRolePoolSkusNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.SkuInfo> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SkuInfo>" 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<Microsoft.Azure.Management.WebSites.Models.SkuInfo></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SkuInfo>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.SkuInfo>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SkuInfo>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SkuInfo>></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<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource> ListMultiRolePoolsNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>" 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<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>></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<Microsoft.Azure.Management.WebSites.Models.Usage> 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<class Microsoft.Azure.Management.WebSites.Models.Usage> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Usage>" 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<Microsoft.Azure.Management.WebSites.Models.Usage></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Usage>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Usage>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Usage>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Usage>></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<Microsoft.Azure.Management.WebSites.Models.Usage> ListMultiRoleUsagesNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Usage> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Usage>" 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<Microsoft.Azure.Management.WebSites.Models.Usage></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Usage>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Usage>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Usage>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Usage>></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<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource> ListNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>" 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<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>></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<Microsoft.Azure.Management.WebSites.Models.Operation> 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<class Microsoft.Azure.Management.WebSites.Models.Operation> 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="<Extension()>
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 -> System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Operation>" 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<Microsoft.Azure.Management.WebSites.Models.Operation></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<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Operation>> 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<class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.WebSites.Models.Operation>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Operation>>" 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<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Operation>></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<Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota> 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<class Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota>" 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<Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota>></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<Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota> ListUsagesNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota>" 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<Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmUsageQuota>></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<Microsoft.Azure.Management.WebSites.Models.Site> 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<class Microsoft.Azure.Management.WebSites.Models.Site> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>" 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<Microsoft.Azure.Management.WebSites.Models.Site></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Site>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>></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<Microsoft.Azure.Management.WebSites.Models.Site> ListWebAppsNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Site> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>" 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<Microsoft.Azure.Management.WebSites.Models.Site></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Site>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>></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<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition> 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<class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>" 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<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>></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<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition> ListWebWorkerMetricDefinitionsNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>" 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<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>></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<Microsoft.Azure.Management.WebSites.Models.Usage> 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<class Microsoft.Azure.Management.WebSites.Models.Usage> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Usage>" 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<Microsoft.Azure.Management.WebSites.Models.Usage></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Usage>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Usage>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Usage>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Usage>></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<Microsoft.Azure.Management.WebSites.Models.Usage> ListWebWorkerUsagesNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Usage> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Usage>" 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<Microsoft.Azure.Management.WebSites.Models.Usage></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Usage>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Usage>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Usage>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Usage>></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<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition> 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<class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>" 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<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>></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<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition> ListWorkerPoolInstanceMetricDefinitionsNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>" 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<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ResourceMetricDefinition>></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<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource> 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<class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>" 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<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 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>>" 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<Microsoft.Rest.Azure.IPage<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="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<Microsoft.Azure.Management.WebSites.Models.SkuInfo> 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<class Microsoft.Azure.Management.WebSites.Models.SkuInfo> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SkuInfo>" 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<Microsoft.Azure.Management.WebSites.Models.SkuInfo></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SkuInfo>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.SkuInfo>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SkuInfo>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SkuInfo>></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<Microsoft.Azure.Management.WebSites.Models.SkuInfo> ListWorkerPoolSkusNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.SkuInfo> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SkuInfo>" 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<Microsoft.Azure.Management.WebSites.Models.SkuInfo></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SkuInfo>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.SkuInfo>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SkuInfo>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SkuInfo>></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<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource> ListWorkerPoolsNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>" 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<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>></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="<Extension()>
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 -> 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="<Extension()>
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 -> 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<Microsoft.Azure.Management.WebSites.Models.Site> 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<class Microsoft.Azure.Management.WebSites.Models.Site> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>" 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<Microsoft.Azure.Management.WebSites.Models.Site></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Site>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>></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<Microsoft.Azure.Management.WebSites.Models.Site> ResumeNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Site> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>" 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<Microsoft.Azure.Management.WebSites.Models.Site></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Site>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>></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<Microsoft.Azure.Management.WebSites.Models.Site> 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<class Microsoft.Azure.Management.WebSites.Models.Site> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>" 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<Microsoft.Azure.Management.WebSites.Models.Site></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Site>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>></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<Microsoft.Azure.Management.WebSites.Models.Site> SuspendNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Site> 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="<Extension()>
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 -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>" 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<Microsoft.Azure.Management.WebSites.Models.Site></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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>> 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<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.WebSites.Models.Site>> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>>" 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>></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="<Extension()>
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 -> 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="<Extension()>
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 -> 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<Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration> 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<class Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration>" 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<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" />
<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<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource> 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<class Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>" 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<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" />
<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="<Extension()>
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 -> 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<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource> 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<class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>" 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<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" />
<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="<Extension()>
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 -> 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<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource> 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<class Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource> 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="<Extension()>
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 -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource>" 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<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" />
<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>