1. Packages
  2. Azure Native
  3. API Docs
  4. apimanagement
  5. getApiManagementServiceDomainOwnershipIdentifier
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.apimanagement.getApiManagementServiceDomainOwnershipIdentifier

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

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

Uses Azure REST API version 2022-09-01-preview.

Other available API versions: 2021-04-01-preview, 2021-08-01, 2021-12-01-preview, 2022-04-01-preview, 2022-08-01, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native apimanagement [ApiVersion]. See the version guide for details.

Using getApiManagementServiceDomainOwnershipIdentifier

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getApiManagementServiceDomainOwnershipIdentifier(args: GetApiManagementServiceDomainOwnershipIdentifierArgs, opts?: InvokeOptions): Promise<GetApiManagementServiceDomainOwnershipIdentifierResult>
function getApiManagementServiceDomainOwnershipIdentifierOutput(args: GetApiManagementServiceDomainOwnershipIdentifierOutputArgs, opts?: InvokeOptions): Output<GetApiManagementServiceDomainOwnershipIdentifierResult>
Copy
def get_api_management_service_domain_ownership_identifier(opts: Optional[InvokeOptions] = None) -> GetApiManagementServiceDomainOwnershipIdentifierResult
def get_api_management_service_domain_ownership_identifier_output(opts: Optional[InvokeOptions] = None) -> Output[GetApiManagementServiceDomainOwnershipIdentifierResult]
Copy
func GetApiManagementServiceDomainOwnershipIdentifier(ctx *Context, args *GetApiManagementServiceDomainOwnershipIdentifierArgs, opts ...InvokeOption) (*GetApiManagementServiceDomainOwnershipIdentifierResult, error)
func GetApiManagementServiceDomainOwnershipIdentifierOutput(ctx *Context, args *GetApiManagementServiceDomainOwnershipIdentifierOutputArgs, opts ...InvokeOption) GetApiManagementServiceDomainOwnershipIdentifierResultOutput
Copy

> Note: This function is named GetApiManagementServiceDomainOwnershipIdentifier in the Go SDK.

public static class GetApiManagementServiceDomainOwnershipIdentifier 
{
    public static Task<GetApiManagementServiceDomainOwnershipIdentifierResult> InvokeAsync(GetApiManagementServiceDomainOwnershipIdentifierArgs args, InvokeOptions? opts = null)
    public static Output<GetApiManagementServiceDomainOwnershipIdentifierResult> Invoke(GetApiManagementServiceDomainOwnershipIdentifierInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetApiManagementServiceDomainOwnershipIdentifierResult> getApiManagementServiceDomainOwnershipIdentifier(GetApiManagementServiceDomainOwnershipIdentifierArgs args, InvokeOptions options)
public static Output<GetApiManagementServiceDomainOwnershipIdentifierResult> getApiManagementServiceDomainOwnershipIdentifier(GetApiManagementServiceDomainOwnershipIdentifierArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:apimanagement:getApiManagementServiceDomainOwnershipIdentifier
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

getApiManagementServiceDomainOwnershipIdentifier Result

The following output properties are available:

DomainOwnershipIdentifier string
The domain ownership identifier value.
DomainOwnershipIdentifier string
The domain ownership identifier value.
domainOwnershipIdentifier String
The domain ownership identifier value.
domainOwnershipIdentifier string
The domain ownership identifier value.
domain_ownership_identifier str
The domain ownership identifier value.
domainOwnershipIdentifier String
The domain ownership identifier value.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi