Udostępnij za pośrednictwem


AppServiceEnvironmentsOperationsExtensions.ListWebAppsAsync Metoda

Definicja

Pobierz wszystkie aplikacje w App Service Environment.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner>> ListWebAppsAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string propertiesToInclude = default, System.Threading.CancellationToken cancellationToken = default);
static member ListWebAppsAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner>>
<Extension()>
Public Function ListWebAppsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional propertiesToInclude As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SiteInner))

Parametry

operations
IAppServiceEnvironmentsOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów, do której należy zasób.

name
String

Nazwa App Service Environment.

propertiesToInclude
String

Rozdzielona przecinkami lista właściwości aplikacji do uwzględnienia.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis pobierania wszystkich aplikacji w App Service Environment.

Dotyczy