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

NameDatatypeDescription
domainOwnershipIdentifierstringThe domain ownership identifier value.

Methods

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

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 }}';