Partager via


AppServiceEnvironmentsOperationsExtensions.ListAppServicePlansAsync Méthode

Définition

Obtenez tous les plans App Service dans un App Service Environment.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServicePlan>> ListAppServicePlansAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);
static member ListAppServicePlansAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.AppServicePlan>>
<Extension()>
Public Function ListAppServicePlansAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Description pour Obtenir tous les plans App Service dans un App Service Environment.

S’applique à