1. Packages
  2. Azure Native
  3. API Docs
  4. app
  5. getCustomDomainVerificationId
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.3.0 published on Monday, Apr 28, 2025 by Pulumi

azure-native.app.getCustomDomainVerificationId

Explore with Pulumi AI

azure-native logo
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.3.0 published on Monday, Apr 28, 2025 by Pulumi

    Get the verification id of a subscription used for verifying custom domains

    Uses Azure REST API version 2024-03-01.

    Other available API versions: 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview, 2024-10-02-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native app [ApiVersion]. See the version guide for details.

    Using getCustomDomainVerificationId

    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 getCustomDomainVerificationId(args: GetCustomDomainVerificationIdArgs, opts?: InvokeOptions): Promise<GetCustomDomainVerificationIdResult>
    function getCustomDomainVerificationIdOutput(args: GetCustomDomainVerificationIdOutputArgs, opts?: InvokeOptions): Output<GetCustomDomainVerificationIdResult>
    def get_custom_domain_verification_id(opts: Optional[InvokeOptions] = None) -> GetCustomDomainVerificationIdResult
    def get_custom_domain_verification_id_output(opts: Optional[InvokeOptions] = None) -> Output[GetCustomDomainVerificationIdResult]
    func GetCustomDomainVerificationId(ctx *Context, args *GetCustomDomainVerificationIdArgs, opts ...InvokeOption) (*GetCustomDomainVerificationIdResult, error)
    func GetCustomDomainVerificationIdOutput(ctx *Context, args *GetCustomDomainVerificationIdOutputArgs, opts ...InvokeOption) GetCustomDomainVerificationIdResultOutput

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

    public static class GetCustomDomainVerificationId 
    {
        public static Task<GetCustomDomainVerificationIdResult> InvokeAsync(GetCustomDomainVerificationIdArgs args, InvokeOptions? opts = null)
        public static Output<GetCustomDomainVerificationIdResult> Invoke(GetCustomDomainVerificationIdInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCustomDomainVerificationIdResult> getCustomDomainVerificationId(GetCustomDomainVerificationIdArgs args, InvokeOptions options)
    public static Output<GetCustomDomainVerificationIdResult> getCustomDomainVerificationId(GetCustomDomainVerificationIdArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:app:getCustomDomainVerificationId
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getCustomDomainVerificationId Result

    The following output properties are available:

    Value string
    Value string
    value String
    value string
    value str
    value String

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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.3.0 published on Monday, Apr 28, 2025 by Pulumi