MockableApiManagementSubscriptionResource.GetApiManagementServiceDomainOwnershipIdentifierAsync Method

Definition

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

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/getDomainOwnershipIdentifier
  • Operation Id: ApiManagementService_GetDomainOwnershipIdentifier
  • Default Api Version: 2023-03-01-preview
  • Resource: ApiManagementServiceResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.Models.ApiManagementServiceGetDomainOwnershipIdentifierResult>> GetApiManagementServiceDomainOwnershipIdentifierAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetApiManagementServiceDomainOwnershipIdentifierAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.Models.ApiManagementServiceGetDomainOwnershipIdentifierResult>>
override this.GetApiManagementServiceDomainOwnershipIdentifierAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.Models.ApiManagementServiceGetDomainOwnershipIdentifierResult>>
Public Overridable Function GetApiManagementServiceDomainOwnershipIdentifierAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ApiManagementServiceGetDomainOwnershipIdentifierResult))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to