Freigeben über


DomainsOperationsExtensions.TransferOutAsync Methode

Definition

Übertragen der Domäne an eine andere Registrierungsstelle

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.Domain> TransferOutAsync (this Microsoft.Azure.Management.WebSites.IDomainsOperations operations, string resourceGroupName, string domainName, System.Threading.CancellationToken cancellationToken = default);
static member TransferOutAsync : Microsoft.Azure.Management.WebSites.IDomainsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.Domain>
<Extension()>
Public Function TransferOutAsync (operations As IDomainsOperations, resourceGroupName As String, domainName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Domain)

Parameter

operations
IDomainsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

domainName
String

Name der Domäne.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: