AppServiceEnvironmentsOperationsExtensions.List Method

Definition

Get all App Service Environments for a subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource> List (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations);
static member List : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>
<Extension()>
Public Function List (operations As IAppServiceEnvironmentsOperations) As IPage(Of AppServiceEnvironmentResource)

Parameters

operations
IAppServiceEnvironmentsOperations

The operations group for this extension method.

Returns

Remarks

Description for Get all App Service Environments for a subscription.

Applies to