Udostępnij za pośrednictwem


WebAppsOperationsExtensions.CreateOrUpdateDomainOwnershipIdentifierSlotAsync 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> CreateOrUpdateDomainOwnershipIdentifierSlotAsync (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 CreateOrUpdateDomainOwnershipIdentifierSlotAsync : 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 CreateOrUpdateDomainOwnershipIdentifierSlotAsync (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 miejsce nie zostanie określone, 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 aktualizacji istniejącego identyfikatora własności.

Dotyczy