ApiManagementServiceOperationsExtensions.GetDomainOwnershipIdentifierAsync Method

Definition

Get the custom domain ownership identifier for an API Management service.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceGetDomainOwnershipIdentifierResult> GetDomainOwnershipIdentifierAsync (this Microsoft.Azure.Management.ApiManagement.IApiManagementServiceOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member GetDomainOwnershipIdentifierAsync : Microsoft.Azure.Management.ApiManagement.IApiManagementServiceOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceGetDomainOwnershipIdentifierResult>
<Extension()>
Public Function GetDomainOwnershipIdentifierAsync (operations As IApiManagementServiceOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ApiManagementServiceGetDomainOwnershipIdentifierResult)

Parameters

operations
IApiManagementServiceOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to