Udostępnij za pośrednictwem


WebAppsOperationsExtensions.ListDomainOwnershipIdentifiersSlotAsync Metoda

Definicja

Wyświetla listę identyfikatorów własności dla domeny skojarzonej z aplikacją internetową.

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

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.

slot
String

Nazwa miejsca wdrożenia. Jeśli miejsce nie zostanie określone, interfejs API usunie powiązanie dla miejsca produkcyjnego.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis listy identyfikatorów własności dla domeny skojarzonej z aplikacją internetową.

Dotyczy