1. Packages
  2. Azure Native v2
  3. API Docs
  4. app
  5. listContainerAppCustomHostNameAnalysis
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.app.listContainerAppCustomHostNameAnalysis

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 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, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-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>
Copy
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]
Copy
func ListContainerAppCustomHostNameAnalysis(ctx *Context, args *ListContainerAppCustomHostNameAnalysisArgs, opts ...InvokeOption) (*ListContainerAppCustomHostNameAnalysisResult, error)
func ListContainerAppCustomHostNameAnalysisOutput(ctx *Context, args *ListContainerAppCustomHostNameAnalysisOutputArgs, opts ...InvokeOption) ListContainerAppCustomHostNameAnalysisResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<ListContainerAppCustomHostNameAnalysisResult> listContainerAppCustomHostNameAnalysis(ListContainerAppCustomHostNameAnalysisArgs args, InvokeOptions options)
public static Output<ListContainerAppCustomHostNameAnalysisResult> listContainerAppCustomHostNameAnalysis(ListContainerAppCustomHostNameAnalysisArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:app:listContainerAppCustomHostNameAnalysis
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ContainerAppName
This property is required.
Changes to this property will trigger replacement.
string
Name of the Container App.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
CustomHostname string
Custom hostname.
ContainerAppName
This property is required.
Changes to this property will trigger replacement.
string
Name of the Container App.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
CustomHostname string
Custom hostname.
containerAppName
This property is required.
Changes to this property will trigger replacement.
String
Name of the Container App.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
customHostname String
Custom hostname.
containerAppName
This property is required.
Changes to this property will trigger replacement.
string
Name of the Container App.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
customHostname string
Custom hostname.
container_app_name
This property is required.
Changes to this property will trigger replacement.
str
Name of the Container App.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
custom_hostname str
Custom hostname.
containerAppName
This property is required.
Changes to this property will trigger replacement.
String
Name of the Container App.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
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 This property is required. string
Standardized string to programmatically identify the error.
Message This property is required. string
Detailed error description and debugging information.
Target This property is required. string
Detailed error description and debugging information.
Details List<Pulumi.AzureNative.App.Inputs.CustomHostnameAnalysisResultResponseDetails>
Details or the error
Code This property is required. string
Standardized string to programmatically identify the error.
Message This property is required. string
Detailed error description and debugging information.
Target This property is required. string
Detailed error description and debugging information.
Details []CustomHostnameAnalysisResultResponseDetails
Details or the error
code This property is required. String
Standardized string to programmatically identify the error.
message This property is required. String
Detailed error description and debugging information.
target This property is required. String
Detailed error description and debugging information.
details List<CustomHostnameAnalysisResultResponseDetails>
Details or the error
code This property is required. string
Standardized string to programmatically identify the error.
message This property is required. string
Detailed error description and debugging information.
target This property is required. string
Detailed error description and debugging information.
details CustomHostnameAnalysisResultResponseDetails[]
Details or the error
code This property is required. str
Standardized string to programmatically identify the error.
message This property is required. str
Detailed error description and debugging information.
target This property is required. str
Detailed error description and debugging information.
details Sequence[CustomHostnameAnalysisResultResponseDetails]
Details or the error
code This property is required. String
Standardized string to programmatically identify the error.
message This property is required. String
Detailed error description and debugging information.
target This property is required. String
Detailed error description and debugging information.
details List<Property Map>
Details or the error

CustomHostnameAnalysisResultResponseDetails

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

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi