Compartir a través de


AppServiceEnvironmentsOperationsExtensions.ListAppServicePlans Método

Definición

Obtenga todos los planes de App Service en un App Service Environment.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServicePlan> ListAppServicePlans (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);
static member ListAppServicePlans : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServicePlan>
<Extension()>
Public Function ListAppServicePlans (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As IPage(Of AppServicePlan)

Parámetros

operations
IAppServiceEnvironmentsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos al que pertenece el recurso.

name
String

Nombre del App Service Environment.

Devoluciones

Comentarios

Descripción para Obtener todos los planes de App Service en un App Service Environment.

Se aplica a