Udostępnij za pośrednictwem


WebAppsOperationsExtensions.ListInstanceIdentifiersAsync Metoda

Definicja

Pobiera wszystkie wystąpienia aplikacji skalowane w poziomie.

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

Parametry

operations
IWebAppsOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

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

name
String

Nazwa aplikacji.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis pobierania wszystkich wystąpień aplikacji skalowanych w poziomie.

Dotyczy