Skip to main content

service_domain_ownership_identifiers

Creates, updates, deletes, gets or lists a service_domain_ownership_identifiers resource.

Overview

Nameservice_domain_ownership_identifiers
TypeResource
Idazure.api_management.service_domain_ownership_identifiers

Fields

The following fields are returned by SELECT queries:

The result of getting domain ownership identifier.

NameDatatypeDescription
domainOwnershipIdentifierstringThe domain ownership identifier value.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectsubscriptionIdGet the custom domain ownership identifier for an API Management service.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
subscriptionIdstringThe ID of the target subscription.

SELECT examples

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

SELECT
domainOwnershipIdentifier
FROM azure.api_management.service_domain_ownership_identifiers
WHERE subscriptionId = '{{ subscriptionId }}' -- required
;