xml/Microsoft.Azure.Management.AppService.Fluent/AppServiceEnvironmentsOperationsExtensions.xml (2,871 lines of code) (raw):

<Type Name="AppServiceEnvironmentsOperationsExtensions" FullName="Microsoft.Azure.Management.AppService.Fluent.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.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions" /> <TypeSignature Language="VB.NET" Value="Public Module AppServiceEnvironmentsOperationsExtensions" /> <TypeSignature Language="F#" Value="type AppServiceEnvironmentsOperationsExtensions = class" /> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.69</AssemblyVersion> <AssemblyVersion>1.0.0.70</AssemblyVersion> <AssemblyVersion>1.0.0.71</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="BeginChangeVnetAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; BeginChangeVnetAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.VirtualNetworkProfile vnetInfo, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; BeginChangeVnetAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.AppService.Fluent.Models.VirtualNetworkProfile vnetInfo, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.BeginChangeVnetAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.AppService.Fluent.Models.VirtualNetworkProfile,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginChangeVnetAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, vnetInfo As VirtualNetworkProfile, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SiteInner))" /> <MemberSignature Language="F#" Value="static member BeginChangeVnetAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.VirtualNetworkProfile * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.BeginChangeVnetAsync (operations, resourceGroupName, name, vnetInfo, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="vnetInfo" Type="Microsoft.Azure.Management.AppService.Fluent.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="BeginChangeVnetNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; BeginChangeVnetNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; BeginChangeVnetNextAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.BeginChangeVnetNextAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginChangeVnetNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SiteInner))" /> <MemberSignature Language="F#" Value="static member BeginChangeVnetNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.BeginChangeVnetNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="BeginCreateOrUpdateAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt; BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner hostingEnvironmentEnvelope, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt; BeginCreateOrUpdateAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner hostingEnvironmentEnvelope, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdateAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, hostingEnvironmentEnvelope As AppServiceEnvironmentResourceInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AppServiceEnvironmentResourceInner)" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.BeginCreateOrUpdateAsync (operations, resourceGroupName, name, hostingEnvironmentEnvelope, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="hostingEnvironmentEnvelope" Type="Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner" /> <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="BeginCreateOrUpdateMultiRolePoolAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt; BeginCreateOrUpdateMultiRolePoolAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner multiRolePoolEnvelope, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt; BeginCreateOrUpdateMultiRolePoolAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner multiRolePoolEnvelope, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.BeginCreateOrUpdateMultiRolePoolAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdateMultiRolePoolAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, multiRolePoolEnvelope As WorkerPoolResourceInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkerPoolResourceInner)" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdateMultiRolePoolAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.BeginCreateOrUpdateMultiRolePoolAsync (operations, resourceGroupName, name, multiRolePoolEnvelope, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="multiRolePoolEnvelope" Type="Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner" /> <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="BeginCreateOrUpdateWorkerPoolAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt; BeginCreateOrUpdateWorkerPoolAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner workerPoolEnvelope, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt; BeginCreateOrUpdateWorkerPoolAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, class Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner workerPoolEnvelope, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.BeginCreateOrUpdateWorkerPoolAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateOrUpdateWorkerPoolAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String, workerPoolEnvelope As WorkerPoolResourceInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkerPoolResourceInner)" /> <MemberSignature Language="F#" Value="static member BeginCreateOrUpdateWorkerPoolAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.BeginCreateOrUpdateWorkerPoolAsync (operations, resourceGroupName, name, workerPoolName, workerPoolEnvelope, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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.AppService.Fluent.Models.WorkerPoolResourceInner" /> <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="BeginDeleteAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeleteAsync (this Microsoft.Azure.Management.AppService.Fluent.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.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Nullable`1&lt;bool&gt; forceDelete, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginDeleteAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional forceDelete As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member BeginDeleteAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.BeginDeleteAsync (operations, resourceGroupName, name, forceDelete, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="forceDelete" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="forceDelete"> Specify &lt;code&gt;true&lt;/code&gt; to force the deletion even if the App Service Environment contains resources. The default is &lt;code&gt;false&lt;/code&gt;. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Delete an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Delete an App Service Environment. </remarks> </Docs> </Member> <Member MemberName="BeginResumeAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; BeginResumeAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; BeginResumeAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.BeginResumeAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginResumeAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SiteInner))" /> <MemberSignature Language="F#" Value="static member BeginResumeAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.BeginResumeAsync (operations, resourceGroupName, name, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="BeginResumeNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; BeginResumeNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; BeginResumeNextAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.BeginResumeNextAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginResumeNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SiteInner))" /> <MemberSignature Language="F#" Value="static member BeginResumeNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.BeginResumeNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="BeginSuspendAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; BeginSuspendAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; BeginSuspendAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.BeginSuspendAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginSuspendAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SiteInner))" /> <MemberSignature Language="F#" Value="static member BeginSuspendAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.BeginSuspendAsync (operations, resourceGroupName, name, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="BeginSuspendNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; BeginSuspendNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; BeginSuspendNextAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.BeginSuspendNextAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginSuspendNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SiteInner))" /> <MemberSignature Language="F#" Value="static member BeginSuspendNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.BeginSuspendNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ChangeVnetAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; ChangeVnetAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.VirtualNetworkProfile vnetInfo, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; ChangeVnetAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.AppService.Fluent.Models.VirtualNetworkProfile vnetInfo, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ChangeVnetAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.AppService.Fluent.Models.VirtualNetworkProfile,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ChangeVnetAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, vnetInfo As VirtualNetworkProfile, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SiteInner))" /> <MemberSignature Language="F#" Value="static member ChangeVnetAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.VirtualNetworkProfile * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ChangeVnetAsync (operations, resourceGroupName, name, vnetInfo, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="vnetInfo" Type="Microsoft.Azure.Management.AppService.Fluent.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="ChangeVnetNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; ChangeVnetNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; ChangeVnetNextAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ChangeVnetNextAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ChangeVnetNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SiteInner))" /> <MemberSignature Language="F#" Value="static member ChangeVnetNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ChangeVnetNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="CreateOrUpdateAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt; CreateOrUpdateAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner hostingEnvironmentEnvelope, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt; CreateOrUpdateAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner hostingEnvironmentEnvelope, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdateAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, hostingEnvironmentEnvelope As AppServiceEnvironmentResourceInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AppServiceEnvironmentResourceInner)" /> <MemberSignature Language="F#" Value="static member CreateOrUpdateAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.CreateOrUpdateAsync (operations, resourceGroupName, name, hostingEnvironmentEnvelope, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="hostingEnvironmentEnvelope" Type="Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner" /> <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="CreateOrUpdateMultiRolePoolAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt; CreateOrUpdateMultiRolePoolAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner multiRolePoolEnvelope, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt; CreateOrUpdateMultiRolePoolAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner multiRolePoolEnvelope, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.CreateOrUpdateMultiRolePoolAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdateMultiRolePoolAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, multiRolePoolEnvelope As WorkerPoolResourceInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkerPoolResourceInner)" /> <MemberSignature Language="F#" Value="static member CreateOrUpdateMultiRolePoolAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.CreateOrUpdateMultiRolePoolAsync (operations, resourceGroupName, name, multiRolePoolEnvelope, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="multiRolePoolEnvelope" Type="Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner" /> <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="CreateOrUpdateWorkerPoolAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt; CreateOrUpdateWorkerPoolAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner workerPoolEnvelope, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt; CreateOrUpdateWorkerPoolAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, class Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner workerPoolEnvelope, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.CreateOrUpdateWorkerPoolAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateOrUpdateWorkerPoolAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String, workerPoolEnvelope As WorkerPoolResourceInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkerPoolResourceInner)" /> <MemberSignature Language="F#" Value="static member CreateOrUpdateWorkerPoolAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.CreateOrUpdateWorkerPoolAsync (operations, resourceGroupName, name, workerPoolName, workerPoolEnvelope, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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.AppService.Fluent.Models.WorkerPoolResourceInner" /> <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="DeleteAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.AppService.Fluent.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.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Nullable`1&lt;bool&gt; forceDelete, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeleteAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional forceDelete As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member DeleteAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.DeleteAsync (operations, resourceGroupName, name, forceDelete, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="forceDelete" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of the resource group to which the resource belongs. </param> <param name="name"> Name of the App Service Environment. </param> <param name="forceDelete"> Specify &lt;code&gt;true&lt;/code&gt; to force the deletion even if the App Service Environment contains resources. The default is &lt;code&gt;false&lt;/code&gt;. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Delete an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Delete an App Service Environment. </remarks> </Docs> </Member> <Member MemberName="GetAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt; GetAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt; GetAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.GetAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AppServiceEnvironmentResourceInner)" /> <MemberSignature Language="F#" Value="static member GetAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.GetAsync (operations, resourceGroupName, name, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="GetDiagnosticsItemAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.HostingEnvironmentDiagnosticsInner&gt; GetDiagnosticsItemAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string diagnosticsName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.HostingEnvironmentDiagnosticsInner&gt; GetDiagnosticsItemAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string diagnosticsName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.GetDiagnosticsItemAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDiagnosticsItemAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, diagnosticsName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HostingEnvironmentDiagnosticsInner)" /> <MemberSignature Language="F#" Value="static member GetDiagnosticsItemAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.HostingEnvironmentDiagnosticsInner&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.GetDiagnosticsItemAsync (operations, resourceGroupName, name, diagnosticsName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.HostingEnvironmentDiagnosticsInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="GetInboundNetworkDependenciesEndpointsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.InboundEnvironmentEndpoint&gt;&gt; GetInboundNetworkDependenciesEndpointsAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.InboundEnvironmentEndpoint&gt;&gt; GetInboundNetworkDependenciesEndpointsAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.GetInboundNetworkDependenciesEndpointsAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetInboundNetworkDependenciesEndpointsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of InboundEnvironmentEndpoint))" /> <MemberSignature Language="F#" Value="static member GetInboundNetworkDependenciesEndpointsAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.InboundEnvironmentEndpoint&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.GetInboundNetworkDependenciesEndpointsAsync (operations, resourceGroupName, name, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.InboundEnvironmentEndpoint&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="GetInboundNetworkDependenciesEndpointsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.InboundEnvironmentEndpoint&gt;&gt; GetInboundNetworkDependenciesEndpointsNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.InboundEnvironmentEndpoint&gt;&gt; GetInboundNetworkDependenciesEndpointsNextAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.GetInboundNetworkDependenciesEndpointsNextAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetInboundNetworkDependenciesEndpointsNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of InboundEnvironmentEndpoint))" /> <MemberSignature Language="F#" Value="static member GetInboundNetworkDependenciesEndpointsNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.InboundEnvironmentEndpoint&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.GetInboundNetworkDependenciesEndpointsNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.InboundEnvironmentEndpoint&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="GetMultiRolePoolAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt; GetMultiRolePoolAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt; GetMultiRolePoolAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.GetMultiRolePoolAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetMultiRolePoolAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkerPoolResourceInner)" /> <MemberSignature Language="F#" Value="static member GetMultiRolePoolAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.GetMultiRolePoolAsync (operations, resourceGroupName, name, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="GetOutboundNetworkDependenciesEndpointsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.OutboundEnvironmentEndpoint&gt;&gt; GetOutboundNetworkDependenciesEndpointsAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.OutboundEnvironmentEndpoint&gt;&gt; GetOutboundNetworkDependenciesEndpointsAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.GetOutboundNetworkDependenciesEndpointsAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetOutboundNetworkDependenciesEndpointsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of OutboundEnvironmentEndpoint))" /> <MemberSignature Language="F#" Value="static member GetOutboundNetworkDependenciesEndpointsAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.OutboundEnvironmentEndpoint&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.GetOutboundNetworkDependenciesEndpointsAsync (operations, resourceGroupName, name, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.OutboundEnvironmentEndpoint&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="GetOutboundNetworkDependenciesEndpointsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.OutboundEnvironmentEndpoint&gt;&gt; GetOutboundNetworkDependenciesEndpointsNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.OutboundEnvironmentEndpoint&gt;&gt; GetOutboundNetworkDependenciesEndpointsNextAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.GetOutboundNetworkDependenciesEndpointsNextAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetOutboundNetworkDependenciesEndpointsNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of OutboundEnvironmentEndpoint))" /> <MemberSignature Language="F#" Value="static member GetOutboundNetworkDependenciesEndpointsNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.OutboundEnvironmentEndpoint&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.GetOutboundNetworkDependenciesEndpointsNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.OutboundEnvironmentEndpoint&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="GetVipInfoAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AddressResponseInner&gt; GetVipInfoAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.AddressResponseInner&gt; GetVipInfoAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.GetVipInfoAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVipInfoAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AddressResponseInner)" /> <MemberSignature Language="F#" Value="static member GetVipInfoAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AddressResponseInner&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.GetVipInfoAsync (operations, resourceGroupName, name, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AddressResponseInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="GetWorkerPoolAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt; GetWorkerPoolAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt; GetWorkerPoolAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.GetWorkerPoolAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetWorkerPoolAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkerPoolResourceInner)" /> <MemberSignature Language="F#" Value="static member GetWorkerPoolAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.GetWorkerPoolAsync (operations, resourceGroupName, name, workerPoolName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListAppServicePlansAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanInner&gt;&gt; ListAppServicePlansAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanInner&gt;&gt; ListAppServicePlansAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListAppServicePlansAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAppServicePlansAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AppServicePlanInner))" /> <MemberSignature Language="F#" Value="static member ListAppServicePlansAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListAppServicePlansAsync (operations, resourceGroupName, name, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListAppServicePlansNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanInner&gt;&gt; ListAppServicePlansNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanInner&gt;&gt; ListAppServicePlansNextAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListAppServicePlansNextAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAppServicePlansNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AppServicePlanInner))" /> <MemberSignature Language="F#" Value="static member ListAppServicePlansNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListAppServicePlansNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Get all App Service plans in an App Service Environment. </summary> <returns>To be added.</returns> <remarks> Description for Get all App Service plans in an App Service Environment. </remarks> </Docs> </Member> <Member MemberName="ListAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt;&gt; ListAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt;&gt; ListAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAsync (operations As IAppServiceEnvironmentsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AppServiceEnvironmentResourceInner))" /> <MemberSignature Language="F#" Value="static member ListAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListAsync (operations, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListByResourceGroupAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt;&gt; ListByResourceGroupAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt;&gt; ListByResourceGroupAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListByResourceGroupAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AppServiceEnvironmentResourceInner))" /> <MemberSignature Language="F#" Value="static member ListByResourceGroupAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListByResourceGroupAsync (operations, resourceGroupName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListByResourceGroupNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt;&gt; ListByResourceGroupNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt;&gt; ListByResourceGroupNextAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListByResourceGroupNextAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListByResourceGroupNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AppServiceEnvironmentResourceInner))" /> <MemberSignature Language="F#" Value="static member ListByResourceGroupNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListByResourceGroupNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListCapacitiesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.StampCapacity&gt;&gt; ListCapacitiesAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.StampCapacity&gt;&gt; ListCapacitiesAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListCapacitiesAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListCapacitiesAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of StampCapacity))" /> <MemberSignature Language="F#" Value="static member ListCapacitiesAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.StampCapacity&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListCapacitiesAsync (operations, resourceGroupName, name, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.StampCapacity&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListCapacitiesNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.StampCapacity&gt;&gt; ListCapacitiesNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.StampCapacity&gt;&gt; ListCapacitiesNextAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListCapacitiesNextAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListCapacitiesNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of StampCapacity))" /> <MemberSignature Language="F#" Value="static member ListCapacitiesNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.StampCapacity&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListCapacitiesNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.StampCapacity&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListDiagnosticsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;System.Collections.Generic.IList&lt;Microsoft.Azure.Management.AppService.Fluent.Models.HostingEnvironmentDiagnosticsInner&gt;&gt; ListDiagnosticsAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class System.Collections.Generic.IList`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.HostingEnvironmentDiagnosticsInner&gt;&gt; ListDiagnosticsAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListDiagnosticsAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListDiagnosticsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of HostingEnvironmentDiagnosticsInner))" /> <MemberSignature Language="F#" Value="static member ListDiagnosticsAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;System.Collections.Generic.IList&lt;Microsoft.Azure.Management.AppService.Fluent.Models.HostingEnvironmentDiagnosticsInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListDiagnosticsAsync (operations, resourceGroupName, name, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;System.Collections.Generic.IList&lt;Microsoft.Azure.Management.AppService.Fluent.Models.HostingEnvironmentDiagnosticsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListMultiRoleMetricDefinitionsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt; ListMultiRoleMetricDefinitionsAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt; ListMultiRoleMetricDefinitionsAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListMultiRoleMetricDefinitionsAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRoleMetricDefinitionsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ResourceMetricDefinition))" /> <MemberSignature Language="F#" Value="static member ListMultiRoleMetricDefinitionsAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListMultiRoleMetricDefinitionsAsync (operations, resourceGroupName, name, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListMultiRoleMetricDefinitionsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt; ListMultiRoleMetricDefinitionsNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt; ListMultiRoleMetricDefinitionsNextAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListMultiRoleMetricDefinitionsNextAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRoleMetricDefinitionsNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ResourceMetricDefinition))" /> <MemberSignature Language="F#" Value="static member ListMultiRoleMetricDefinitionsNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListMultiRoleMetricDefinitionsNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListMultiRolePoolInstanceMetricDefinitionsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt; ListMultiRolePoolInstanceMetricDefinitionsAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string instance, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt; ListMultiRolePoolInstanceMetricDefinitionsAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string instance, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolInstanceMetricDefinitionsAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRolePoolInstanceMetricDefinitionsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, instance As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ResourceMetricDefinition))" /> <MemberSignature Language="F#" Value="static member ListMultiRolePoolInstanceMetricDefinitionsAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolInstanceMetricDefinitionsAsync (operations, resourceGroupName, name, instance, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListMultiRolePoolInstanceMetricDefinitionsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt; ListMultiRolePoolInstanceMetricDefinitionsNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt; ListMultiRolePoolInstanceMetricDefinitionsNextAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolInstanceMetricDefinitionsNextAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRolePoolInstanceMetricDefinitionsNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ResourceMetricDefinition))" /> <MemberSignature Language="F#" Value="static member ListMultiRolePoolInstanceMetricDefinitionsNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolInstanceMetricDefinitionsNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListMultiRolePoolsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;&gt; ListMultiRolePoolsAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;&gt; ListMultiRolePoolsAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolsAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRolePoolsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkerPoolResourceInner))" /> <MemberSignature Language="F#" Value="static member ListMultiRolePoolsAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolsAsync (operations, resourceGroupName, name, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListMultiRolePoolSkusAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SkuInfo&gt;&gt; ListMultiRolePoolSkusAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.SkuInfo&gt;&gt; ListMultiRolePoolSkusAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolSkusAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRolePoolSkusAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SkuInfo))" /> <MemberSignature Language="F#" Value="static member ListMultiRolePoolSkusAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SkuInfo&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolSkusAsync (operations, resourceGroupName, name, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SkuInfo&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListMultiRolePoolSkusNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SkuInfo&gt;&gt; ListMultiRolePoolSkusNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.SkuInfo&gt;&gt; ListMultiRolePoolSkusNextAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolSkusNextAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRolePoolSkusNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SkuInfo))" /> <MemberSignature Language="F#" Value="static member ListMultiRolePoolSkusNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SkuInfo&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolSkusNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SkuInfo&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListMultiRolePoolsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;&gt; ListMultiRolePoolsNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;&gt; ListMultiRolePoolsNextAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolsNextAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRolePoolsNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkerPoolResourceInner))" /> <MemberSignature Language="F#" Value="static member ListMultiRolePoolsNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolsNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListMultiRoleUsagesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.Usage&gt;&gt; ListMultiRoleUsagesAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.Usage&gt;&gt; ListMultiRoleUsagesAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListMultiRoleUsagesAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRoleUsagesAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Usage))" /> <MemberSignature Language="F#" Value="static member ListMultiRoleUsagesAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.Usage&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListMultiRoleUsagesAsync (operations, resourceGroupName, name, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.Usage&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListMultiRoleUsagesNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.Usage&gt;&gt; ListMultiRoleUsagesNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.Usage&gt;&gt; ListMultiRoleUsagesNextAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListMultiRoleUsagesNextAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListMultiRoleUsagesNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Usage))" /> <MemberSignature Language="F#" Value="static member ListMultiRoleUsagesNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.Usage&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListMultiRoleUsagesNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.Usage&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt;&gt; ListNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt;&gt; ListNextAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AppServiceEnvironmentResourceInner))" /> <MemberSignature Language="F#" Value="static member ListNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListOperationsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;System.Collections.Generic.IList&lt;Microsoft.Azure.Management.AppService.Fluent.Models.OperationInner&gt;&gt; ListOperationsAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class System.Collections.Generic.IList`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.OperationInner&gt;&gt; ListOperationsAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListOperationsAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListOperationsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of OperationInner))" /> <MemberSignature Language="F#" Value="static member ListOperationsAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;System.Collections.Generic.IList&lt;Microsoft.Azure.Management.AppService.Fluent.Models.OperationInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListOperationsAsync (operations, resourceGroupName, name, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;System.Collections.Generic.IList&lt;Microsoft.Azure.Management.AppService.Fluent.Models.OperationInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListUsagesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.CsmUsageQuota&gt;&gt; ListUsagesAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string filter = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.CsmUsageQuota&gt;&gt; ListUsagesAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string filter, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListUsagesAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListUsagesAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CsmUsageQuota))" /> <MemberSignature Language="F#" Value="static member ListUsagesAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.CsmUsageQuota&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListUsagesAsync (operations, resourceGroupName, name, filter, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.CsmUsageQuota&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListUsagesNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.CsmUsageQuota&gt;&gt; ListUsagesNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.CsmUsageQuota&gt;&gt; ListUsagesNextAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListUsagesNextAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListUsagesNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CsmUsageQuota))" /> <MemberSignature Language="F#" Value="static member ListUsagesNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.CsmUsageQuota&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListUsagesNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.CsmUsageQuota&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListWebAppsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; ListWebAppsAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string propertiesToInclude = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; ListWebAppsAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string propertiesToInclude, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListWebAppsAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWebAppsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional propertiesToInclude As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SiteInner))" /> <MemberSignature Language="F#" Value="static member ListWebAppsAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListWebAppsAsync (operations, resourceGroupName, name, propertiesToInclude, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListWebAppsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; ListWebAppsNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; ListWebAppsNextAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListWebAppsNextAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWebAppsNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SiteInner))" /> <MemberSignature Language="F#" Value="static member ListWebAppsNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListWebAppsNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListWebWorkerMetricDefinitionsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt; ListWebWorkerMetricDefinitionsAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt; ListWebWorkerMetricDefinitionsAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListWebWorkerMetricDefinitionsAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWebWorkerMetricDefinitionsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ResourceMetricDefinition))" /> <MemberSignature Language="F#" Value="static member ListWebWorkerMetricDefinitionsAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListWebWorkerMetricDefinitionsAsync (operations, resourceGroupName, name, workerPoolName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListWebWorkerMetricDefinitionsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt; ListWebWorkerMetricDefinitionsNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt; ListWebWorkerMetricDefinitionsNextAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListWebWorkerMetricDefinitionsNextAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWebWorkerMetricDefinitionsNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ResourceMetricDefinition))" /> <MemberSignature Language="F#" Value="static member ListWebWorkerMetricDefinitionsNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListWebWorkerMetricDefinitionsNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListWebWorkerUsagesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.Usage&gt;&gt; ListWebWorkerUsagesAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.Usage&gt;&gt; ListWebWorkerUsagesAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListWebWorkerUsagesAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWebWorkerUsagesAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Usage))" /> <MemberSignature Language="F#" Value="static member ListWebWorkerUsagesAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.Usage&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListWebWorkerUsagesAsync (operations, resourceGroupName, name, workerPoolName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.Usage&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListWebWorkerUsagesNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.Usage&gt;&gt; ListWebWorkerUsagesNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.Usage&gt;&gt; ListWebWorkerUsagesNextAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListWebWorkerUsagesNextAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWebWorkerUsagesNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Usage))" /> <MemberSignature Language="F#" Value="static member ListWebWorkerUsagesNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.Usage&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListWebWorkerUsagesNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.Usage&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListWorkerPoolInstanceMetricDefinitionsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt; ListWorkerPoolInstanceMetricDefinitionsAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, string instance, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt; ListWorkerPoolInstanceMetricDefinitionsAsync(class Microsoft.Azure.Management.AppService.Fluent.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.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolInstanceMetricDefinitionsAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWorkerPoolInstanceMetricDefinitionsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String, instance As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ResourceMetricDefinition))" /> <MemberSignature Language="F#" Value="static member ListWorkerPoolInstanceMetricDefinitionsAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolInstanceMetricDefinitionsAsync (operations, resourceGroupName, name, workerPoolName, instance, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListWorkerPoolInstanceMetricDefinitionsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt; ListWorkerPoolInstanceMetricDefinitionsNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt; ListWorkerPoolInstanceMetricDefinitionsNextAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolInstanceMetricDefinitionsNextAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWorkerPoolInstanceMetricDefinitionsNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ResourceMetricDefinition))" /> <MemberSignature Language="F#" Value="static member ListWorkerPoolInstanceMetricDefinitionsNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolInstanceMetricDefinitionsNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.ResourceMetricDefinition&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListWorkerPoolsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;&gt; ListWorkerPoolsAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;&gt; ListWorkerPoolsAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolsAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWorkerPoolsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkerPoolResourceInner))" /> <MemberSignature Language="F#" Value="static member ListWorkerPoolsAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolsAsync (operations, resourceGroupName, name, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListWorkerPoolSkusAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SkuInfo&gt;&gt; ListWorkerPoolSkusAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.SkuInfo&gt;&gt; ListWorkerPoolSkusAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolSkusAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWorkerPoolSkusAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SkuInfo))" /> <MemberSignature Language="F#" Value="static member ListWorkerPoolSkusAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SkuInfo&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolSkusAsync (operations, resourceGroupName, name, workerPoolName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SkuInfo&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListWorkerPoolSkusNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SkuInfo&gt;&gt; ListWorkerPoolSkusNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.SkuInfo&gt;&gt; ListWorkerPoolSkusNextAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolSkusNextAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWorkerPoolSkusNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SkuInfo))" /> <MemberSignature Language="F#" Value="static member ListWorkerPoolSkusNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SkuInfo&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolSkusNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SkuInfo&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ListWorkerPoolsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;&gt; ListWorkerPoolsNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;&gt; ListWorkerPoolsNextAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolsNextAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListWorkerPoolsNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkerPoolResourceInner))" /> <MemberSignature Language="F#" Value="static member ListWorkerPoolsNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ListWorkerPoolsNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="RebootAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task RebootAsync (this Microsoft.Azure.Management.AppService.Fluent.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.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.RebootAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function RebootAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member RebootAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.RebootAsync (operations, resourceGroupName, name, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ResumeAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; ResumeAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; ResumeAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ResumeAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ResumeAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SiteInner))" /> <MemberSignature Language="F#" Value="static member ResumeAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ResumeAsync (operations, resourceGroupName, name, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="ResumeNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; ResumeNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; ResumeNextAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ResumeNextAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ResumeNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SiteInner))" /> <MemberSignature Language="F#" Value="static member ResumeNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.ResumeNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="SuspendAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; SuspendAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; SuspendAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.SuspendAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function SuspendAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SiteInner))" /> <MemberSignature Language="F#" Value="static member SuspendAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.SuspendAsync (operations, resourceGroupName, name, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="SuspendNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; SuspendNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt; SuspendNextAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.SuspendNextAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function SuspendNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SiteInner))" /> <MemberSignature Language="F#" Value="static member SuspendNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.SuspendNextAsync (operations, nextPageLink, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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="UpdateAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt; UpdateAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentPatchResource hostingEnvironmentEnvelope, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt; UpdateAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentPatchResource hostingEnvironmentEnvelope, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentPatchResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, hostingEnvironmentEnvelope As AppServiceEnvironmentPatchResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AppServiceEnvironmentResourceInner)" /> <MemberSignature Language="F#" Value="static member UpdateAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentPatchResource * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.UpdateAsync (operations, resourceGroupName, name, hostingEnvironmentEnvelope, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="hostingEnvironmentEnvelope" Type="Microsoft.Azure.Management.AppService.Fluent.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="UpdateMultiRolePoolAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt; UpdateMultiRolePoolAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner multiRolePoolEnvelope, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt; UpdateMultiRolePoolAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, class Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner multiRolePoolEnvelope, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.UpdateMultiRolePoolAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateMultiRolePoolAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, multiRolePoolEnvelope As WorkerPoolResourceInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkerPoolResourceInner)" /> <MemberSignature Language="F#" Value="static member UpdateMultiRolePoolAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.UpdateMultiRolePoolAsync (operations, resourceGroupName, name, multiRolePoolEnvelope, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> <Parameter Name="multiRolePoolEnvelope" Type="Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner" /> <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="UpdateWorkerPoolAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt; UpdateWorkerPoolAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner workerPoolEnvelope, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt; UpdateWorkerPoolAsync(class Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string workerPoolName, class Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner workerPoolEnvelope, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.UpdateWorkerPoolAsync(Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateWorkerPoolAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, workerPoolName As String, workerPoolEnvelope As WorkerPoolResourceInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkerPoolResourceInner)" /> <MemberSignature Language="F#" Value="static member UpdateWorkerPoolAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;" Usage="Microsoft.Azure.Management.AppService.Fluent.AppServiceEnvironmentsOperationsExtensions.UpdateWorkerPoolAsync (operations, resourceGroupName, name, workerPoolName, workerPoolEnvelope, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.AppService.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.AppService.Fluent.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.AppService.Fluent.Models.WorkerPoolResourceInner" /> <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>