AppServiceEnvironmentsOperationsExtensions.ListAppServicePlans Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenez tous les plans App Service dans 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)
Paramètres
- operations
- IAppServiceEnvironmentsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources auquel appartient la ressource.
- name
- String
Nom du App Service Environment.
Retours
Remarques
Description pour Obtenir tous les plans App Service dans un App Service Environment.
S’applique à
Azure SDK for .NET