Udostępnij za pośrednictwem


WebAppsOperationsExtensions.DeleteDomainOwnershipIdentifierSlotAsync Metoda

Definicja

Usuwa identyfikator własności domeny dla aplikacji internetowej.

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

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.

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 usuwania identyfikatora własności domeny dla aplikacji internetowej.

Dotyczy