Udostępnij za pośrednictwem


WebAppsOperationsExtensions.UpdateDomainOwnershipIdentifierSlotAsync Metoda

Definicja

Tworzy identyfikator własności domeny dla aplikacji internetowej lub aktualizuje istniejący identyfikator własności.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.IdentifierInner> UpdateDomainOwnershipIdentifierSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string domainOwnershipIdentifierName, Microsoft.Azure.Management.AppService.Fluent.Models.IdentifierInner domainOwnershipIdentifier, string slot, System.Threading.CancellationToken cancellationToken = default);
static member UpdateDomainOwnershipIdentifierSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.IdentifierInner * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.IdentifierInner>
<Extension()>
Public Function UpdateDomainOwnershipIdentifierSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, domainOwnershipIdentifierName As String, domainOwnershipIdentifier As IdentifierInner, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(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.

domainOwnershipIdentifierName
String

Nazwa identyfikatora własności domeny.

domainOwnershipIdentifier
IdentifierInner

Reprezentacja JSON właściwości własności domeny.

slot
String

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

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis tworzenia identyfikatora własności domeny dla aplikacji internetowej lub aktualizuje istniejący identyfikator własności.

Dotyczy