AppServiceEnvironmentsOperationsExtensions.ListByResourceGroupAsync(IAppServiceEnvironmentsOperations, String, CancellationToken) Method
Definition
Get all App Service Environments in a resource group.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironment>> ListByResourceGroupAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = null);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironment>>
Parameters
- operations
- IAppServiceEnvironmentsOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the resource group to which the resource belongs.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
- Task<Microsoft.Rest.Azure.IPage<AppServiceEnvironment>>
Remarks
Get all App Service Environments in a resource group.