Udostępnij za pośrednictwem


WebSiteManagementClientExtensions.ListSiteIdentifiersAssignedToHostNameAsync Metoda

Definicja

Wyświetl listę wszystkich aplikacji przypisanych do nazwy hosta.

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

Parametry

operations
IWebSiteManagementClient

Grupa operacji dla tej metody rozszerzenia.

name
String

Nazwa obiektu.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis listy wszystkich aplikacji przypisanych do nazwy hosta.

Dotyczy