1. Packages
  2. Azure Native
  3. API Docs
  4. app
  5. listContainerAppCustomHostNameAnalysis
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.33.0 published on Friday, Mar 22, 2024 by Pulumi

azure-native.app.listContainerAppCustomHostNameAnalysis

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.33.0 published on Friday, Mar 22, 2024 by Pulumi

    Custom domain analysis. Azure REST API version: 2022-10-01.

    Other available API versions: 2022-01-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview.

    Using listContainerAppCustomHostNameAnalysis

    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 listContainerAppCustomHostNameAnalysis(args: ListContainerAppCustomHostNameAnalysisArgs, opts?: InvokeOptions): Promise<ListContainerAppCustomHostNameAnalysisResult>
    function listContainerAppCustomHostNameAnalysisOutput(args: ListContainerAppCustomHostNameAnalysisOutputArgs, opts?: InvokeOptions): Output<ListContainerAppCustomHostNameAnalysisResult>
    def list_container_app_custom_host_name_analysis(container_app_name: Optional[str] = None,
                                                     custom_hostname: Optional[str] = None,
                                                     resource_group_name: Optional[str] = None,
                                                     opts: Optional[InvokeOptions] = None) -> ListContainerAppCustomHostNameAnalysisResult
    def list_container_app_custom_host_name_analysis_output(container_app_name: Optional[pulumi.Input[str]] = None,
                                                     custom_hostname: Optional[pulumi.Input[str]] = None,
                                                     resource_group_name: Optional[pulumi.Input[str]] = None,
                                                     opts: Optional[InvokeOptions] = None) -> Output[ListContainerAppCustomHostNameAnalysisResult]
    func ListContainerAppCustomHostNameAnalysis(ctx *Context, args *ListContainerAppCustomHostNameAnalysisArgs, opts ...InvokeOption) (*ListContainerAppCustomHostNameAnalysisResult, error)
    func ListContainerAppCustomHostNameAnalysisOutput(ctx *Context, args *ListContainerAppCustomHostNameAnalysisOutputArgs, opts ...InvokeOption) ListContainerAppCustomHostNameAnalysisResultOutput

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

    public static class ListContainerAppCustomHostNameAnalysis 
    {
        public static Task<ListContainerAppCustomHostNameAnalysisResult> InvokeAsync(ListContainerAppCustomHostNameAnalysisArgs args, InvokeOptions? opts = null)
        public static Output<ListContainerAppCustomHostNameAnalysisResult> Invoke(ListContainerAppCustomHostNameAnalysisInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListContainerAppCustomHostNameAnalysisResult> listContainerAppCustomHostNameAnalysis(ListContainerAppCustomHostNameAnalysisArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:app:listContainerAppCustomHostNameAnalysis
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ContainerAppName string
    Name of the Container App.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    CustomHostname string
    Custom hostname.
    ContainerAppName string
    Name of the Container App.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    CustomHostname string
    Custom hostname.
    containerAppName String
    Name of the Container App.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    customHostname String
    Custom hostname.
    containerAppName string
    Name of the Container App.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    customHostname string
    Custom hostname.
    container_app_name str
    Name of the Container App.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    custom_hostname str
    Custom hostname.
    containerAppName String
    Name of the Container App.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    customHostname String
    Custom hostname.

    listContainerAppCustomHostNameAnalysis Result

    The following output properties are available:

    ConflictWithEnvironmentCustomDomain bool
    true if there is a conflict on the Container App's managed environment level custom domain; otherwise, false.
    ConflictingContainerAppResourceId string
    Name of the conflicting Container App on the Managed Environment if it's within the same subscription.
    CustomDomainVerificationFailureInfo Pulumi.AzureNative.App.Outputs.CustomHostnameAnalysisResultResponseCustomDomainVerificationFailureInfo
    Raw failure information if DNS verification fails.
    CustomDomainVerificationTest string
    DNS verification test result.
    HasConflictOnManagedEnvironment bool
    true if there is a conflict on the Container App's managed environment; otherwise, false.
    HostName string
    Host name that was analyzed
    IsHostnameAlreadyVerified bool
    true if hostname is already verified; otherwise, false.
    ARecords List<string>
    A records visible for this hostname.
    AlternateCNameRecords List<string>
    Alternate CName records visible for this hostname.
    AlternateTxtRecords List<string>
    Alternate TXT records visible for this hostname.
    CNameRecords List<string>
    CName records visible for this hostname.
    TxtRecords List<string>
    TXT records visible for this hostname.
    ConflictWithEnvironmentCustomDomain bool
    true if there is a conflict on the Container App's managed environment level custom domain; otherwise, false.
    ConflictingContainerAppResourceId string
    Name of the conflicting Container App on the Managed Environment if it's within the same subscription.
    CustomDomainVerificationFailureInfo CustomHostnameAnalysisResultResponseCustomDomainVerificationFailureInfo
    Raw failure information if DNS verification fails.
    CustomDomainVerificationTest string
    DNS verification test result.
    HasConflictOnManagedEnvironment bool
    true if there is a conflict on the Container App's managed environment; otherwise, false.
    HostName string
    Host name that was analyzed
    IsHostnameAlreadyVerified bool
    true if hostname is already verified; otherwise, false.
    ARecords []string
    A records visible for this hostname.
    AlternateCNameRecords []string
    Alternate CName records visible for this hostname.
    AlternateTxtRecords []string
    Alternate TXT records visible for this hostname.
    CNameRecords []string
    CName records visible for this hostname.
    TxtRecords []string
    TXT records visible for this hostname.
    conflictWithEnvironmentCustomDomain Boolean
    true if there is a conflict on the Container App's managed environment level custom domain; otherwise, false.
    conflictingContainerAppResourceId String
    Name of the conflicting Container App on the Managed Environment if it's within the same subscription.
    customDomainVerificationFailureInfo CustomHostnameAnalysisResultResponseCustomDomainVerificationFailureInfo
    Raw failure information if DNS verification fails.
    customDomainVerificationTest String
    DNS verification test result.
    hasConflictOnManagedEnvironment Boolean
    true if there is a conflict on the Container App's managed environment; otherwise, false.
    hostName String
    Host name that was analyzed
    isHostnameAlreadyVerified Boolean
    true if hostname is already verified; otherwise, false.
    aRecords List<String>
    A records visible for this hostname.
    alternateCNameRecords List<String>
    Alternate CName records visible for this hostname.
    alternateTxtRecords List<String>
    Alternate TXT records visible for this hostname.
    cNameRecords List<String>
    CName records visible for this hostname.
    txtRecords List<String>
    TXT records visible for this hostname.
    conflictWithEnvironmentCustomDomain boolean
    true if there is a conflict on the Container App's managed environment level custom domain; otherwise, false.
    conflictingContainerAppResourceId string
    Name of the conflicting Container App on the Managed Environment if it's within the same subscription.
    customDomainVerificationFailureInfo CustomHostnameAnalysisResultResponseCustomDomainVerificationFailureInfo
    Raw failure information if DNS verification fails.
    customDomainVerificationTest string
    DNS verification test result.
    hasConflictOnManagedEnvironment boolean
    true if there is a conflict on the Container App's managed environment; otherwise, false.
    hostName string
    Host name that was analyzed
    isHostnameAlreadyVerified boolean
    true if hostname is already verified; otherwise, false.
    aRecords string[]
    A records visible for this hostname.
    alternateCNameRecords string[]
    Alternate CName records visible for this hostname.
    alternateTxtRecords string[]
    Alternate TXT records visible for this hostname.
    cNameRecords string[]
    CName records visible for this hostname.
    txtRecords string[]
    TXT records visible for this hostname.
    conflict_with_environment_custom_domain bool
    true if there is a conflict on the Container App's managed environment level custom domain; otherwise, false.
    conflicting_container_app_resource_id str
    Name of the conflicting Container App on the Managed Environment if it's within the same subscription.
    custom_domain_verification_failure_info CustomHostnameAnalysisResultResponseCustomDomainVerificationFailureInfo
    Raw failure information if DNS verification fails.
    custom_domain_verification_test str
    DNS verification test result.
    has_conflict_on_managed_environment bool
    true if there is a conflict on the Container App's managed environment; otherwise, false.
    host_name str
    Host name that was analyzed
    is_hostname_already_verified bool
    true if hostname is already verified; otherwise, false.
    a_records Sequence[str]
    A records visible for this hostname.
    alternate_c_name_records Sequence[str]
    Alternate CName records visible for this hostname.
    alternate_txt_records Sequence[str]
    Alternate TXT records visible for this hostname.
    c_name_records Sequence[str]
    CName records visible for this hostname.
    txt_records Sequence[str]
    TXT records visible for this hostname.
    conflictWithEnvironmentCustomDomain Boolean
    true if there is a conflict on the Container App's managed environment level custom domain; otherwise, false.
    conflictingContainerAppResourceId String
    Name of the conflicting Container App on the Managed Environment if it's within the same subscription.
    customDomainVerificationFailureInfo Property Map
    Raw failure information if DNS verification fails.
    customDomainVerificationTest String
    DNS verification test result.
    hasConflictOnManagedEnvironment Boolean
    true if there is a conflict on the Container App's managed environment; otherwise, false.
    hostName String
    Host name that was analyzed
    isHostnameAlreadyVerified Boolean
    true if hostname is already verified; otherwise, false.
    aRecords List<String>
    A records visible for this hostname.
    alternateCNameRecords List<String>
    Alternate CName records visible for this hostname.
    alternateTxtRecords List<String>
    Alternate TXT records visible for this hostname.
    cNameRecords List<String>
    CName records visible for this hostname.
    txtRecords List<String>
    TXT records visible for this hostname.

    Supporting Types

    CustomHostnameAnalysisResultResponseCustomDomainVerificationFailureInfo

    Code string
    Standardized string to programmatically identify the error.
    Message string
    Detailed error description and debugging information.
    Target string
    Detailed error description and debugging information.
    Details List<Pulumi.AzureNative.App.Inputs.CustomHostnameAnalysisResultResponseDetails>
    Details or the error
    Code string
    Standardized string to programmatically identify the error.
    Message string
    Detailed error description and debugging information.
    Target string
    Detailed error description and debugging information.
    Details []CustomHostnameAnalysisResultResponseDetails
    Details or the error
    code String
    Standardized string to programmatically identify the error.
    message String
    Detailed error description and debugging information.
    target String
    Detailed error description and debugging information.
    details List<CustomHostnameAnalysisResultResponseDetails>
    Details or the error
    code string
    Standardized string to programmatically identify the error.
    message string
    Detailed error description and debugging information.
    target string
    Detailed error description and debugging information.
    details CustomHostnameAnalysisResultResponseDetails[]
    Details or the error
    code str
    Standardized string to programmatically identify the error.
    message str
    Detailed error description and debugging information.
    target str
    Detailed error description and debugging information.
    details Sequence[CustomHostnameAnalysisResultResponseDetails]
    Details or the error
    code String
    Standardized string to programmatically identify the error.
    message String
    Detailed error description and debugging information.
    target String
    Detailed error description and debugging information.
    details List<Property Map>
    Details or the error

    CustomHostnameAnalysisResultResponseDetails

    Code string
    Standardized string to programmatically identify the error.
    Message string
    Detailed error description and debugging information.
    Target string
    Detailed error description and debugging information.
    Code string
    Standardized string to programmatically identify the error.
    Message string
    Detailed error description and debugging information.
    Target string
    Detailed error description and debugging information.
    code String
    Standardized string to programmatically identify the error.
    message String
    Detailed error description and debugging information.
    target String
    Detailed error description and debugging information.
    code string
    Standardized string to programmatically identify the error.
    message string
    Detailed error description and debugging information.
    target string
    Detailed error description and debugging information.
    code str
    Standardized string to programmatically identify the error.
    message str
    Detailed error description and debugging information.
    target str
    Detailed error description and debugging information.
    code String
    Standardized string to programmatically identify the error.
    message String
    Detailed error description and debugging information.
    target String
    Detailed error description and debugging information.

    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 v1 docs if using the v1 version of this package.
    Azure Native v2.33.0 published on Friday, Mar 22, 2024 by Pulumi