Language

AppServiceDomainResource.GetDomainOwnershipIdentifier Method

Definition

Description for Get ownership identifier for domain.

public virtual Azure.Response<Azure.ResourceManager.DomainRegistration.DomainOwnershipIdentifierResource> GetDomainOwnershipIdentifier(string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDomainOwnershipIdentifier : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DomainRegistration.DomainOwnershipIdentifierResource>
override this.GetDomainOwnershipIdentifier : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DomainRegistration.DomainOwnershipIdentifierResource>
Public Overridable Function GetDomainOwnershipIdentifier (name As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DomainOwnershipIdentifierResource)

Parameters

name
String

Name of identifier.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

name is null.

name is an empty string, and was expected to be non-empty.

Applies to