Freigeben über


AppServiceDomainResource.GetDomainOwnershipIdentifierAsync Methode

Definition

Beschreibung zum Abrufen des Besitzbezeichners für die Domäne

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/domainOwnershipIdentifiers/{name}
  • Vorgangs-IdDomains_GetOwnershipIdentifier
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.DomainOwnershipIdentifierResource>> GetDomainOwnershipIdentifierAsync (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDomainOwnershipIdentifierAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.DomainOwnershipIdentifierResource>>
override this.GetDomainOwnershipIdentifierAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.DomainOwnershipIdentifierResource>>
Public Overridable Function GetDomainOwnershipIdentifierAsync (name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DomainOwnershipIdentifierResource))

Parameter

name
String

Name des Bezeichners.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

name ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

name ist NULL.

Gilt für: