azure-native.app.listContainerAppCustomHostNameAnalysis
Explore with Pulumi AI
Custom domain analysis.
Uses Azure REST API version 2024-03-01.
Other available API versions: 2022-10-01, 2022-11-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-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 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)
public static Output<ListContainerAppCustomHostNameAnalysisResult> listContainerAppCustomHostNameAnalysis(ListContainerAppCustomHostNameAnalysisArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:app:listContainerAppCustomHostNameAnalysis
arguments:
# arguments dictionary
The following arguments are supported:
- Container
App stringName - Name of the Container App.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Custom
Hostname string - Custom hostname.
- Container
App stringName - Name of the Container App.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Custom
Hostname string - Custom hostname.
- container
App StringName - Name of the Container App.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- custom
Hostname String - Custom hostname.
- container
App stringName - Name of the Container App.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- custom
Hostname string - Custom hostname.
- container_
app_ strname - Name of the Container App.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- custom_
hostname str - Custom hostname.
- container
App StringName - Name of the Container App.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- custom
Hostname String - Custom hostname.
listContainerAppCustomHostNameAnalysis Result
The following output properties are available:
- Conflict
With boolEnvironment Custom Domain - true if there is a conflict on the Container App's managed environment level custom domain; otherwise, false.
- Conflicting
Container stringApp Resource Id - Name of the conflicting Container App on the Managed Environment if it's within the same subscription.
- Custom
Domain Pulumi.Verification Failure Info Azure Native. App. Outputs. Custom Hostname Analysis Result Response Custom Domain Verification Failure Info - Raw failure information if DNS verification fails.
- Custom
Domain stringVerification Test - DNS verification test result.
- Has
Conflict boolOn Managed Environment - true if there is a conflict on the Container App's managed environment; otherwise, false.
- Host
Name string - Host name that was analyzed
- Is
Hostname boolAlready Verified - true if hostname is already verified; otherwise, false.
- ARecords List<string>
- A records visible for this hostname.
- Alternate
CName List<string>Records - Alternate CName records visible for this hostname.
- Alternate
Txt List<string>Records - Alternate TXT records visible for this hostname.
- CName
Records List<string> - CName records visible for this hostname.
- Txt
Records List<string> - TXT records visible for this hostname.
- Conflict
With boolEnvironment Custom Domain - true if there is a conflict on the Container App's managed environment level custom domain; otherwise, false.
- Conflicting
Container stringApp Resource Id - Name of the conflicting Container App on the Managed Environment if it's within the same subscription.
- Custom
Domain CustomVerification Failure Info Hostname Analysis Result Response Custom Domain Verification Failure Info - Raw failure information if DNS verification fails.
- Custom
Domain stringVerification Test - DNS verification test result.
- Has
Conflict boolOn Managed Environment - true if there is a conflict on the Container App's managed environment; otherwise, false.
- Host
Name string - Host name that was analyzed
- Is
Hostname boolAlready Verified - true if hostname is already verified; otherwise, false.
- ARecords []string
- A records visible for this hostname.
- Alternate
CName []stringRecords - Alternate CName records visible for this hostname.
- Alternate
Txt []stringRecords - Alternate TXT records visible for this hostname.
- CName
Records []string - CName records visible for this hostname.
- Txt
Records []string - TXT records visible for this hostname.
- conflict
With BooleanEnvironment Custom Domain - true if there is a conflict on the Container App's managed environment level custom domain; otherwise, false.
- conflicting
Container StringApp Resource Id - Name of the conflicting Container App on the Managed Environment if it's within the same subscription.
- custom
Domain CustomVerification Failure Info Hostname Analysis Result Response Custom Domain Verification Failure Info - Raw failure information if DNS verification fails.
- custom
Domain StringVerification Test - DNS verification test result.
- has
Conflict BooleanOn Managed Environment - true if there is a conflict on the Container App's managed environment; otherwise, false.
- host
Name String - Host name that was analyzed
- is
Hostname BooleanAlready Verified - true if hostname is already verified; otherwise, false.
- a
Records List<String> - A records visible for this hostname.
- alternate
CName List<String>Records - Alternate CName records visible for this hostname.
- alternate
Txt List<String>Records - Alternate TXT records visible for this hostname.
- c
Name List<String>Records - CName records visible for this hostname.
- txt
Records List<String> - TXT records visible for this hostname.
- conflict
With booleanEnvironment Custom Domain - true if there is a conflict on the Container App's managed environment level custom domain; otherwise, false.
- conflicting
Container stringApp Resource Id - Name of the conflicting Container App on the Managed Environment if it's within the same subscription.
- custom
Domain CustomVerification Failure Info Hostname Analysis Result Response Custom Domain Verification Failure Info - Raw failure information if DNS verification fails.
- custom
Domain stringVerification Test - DNS verification test result.
- has
Conflict booleanOn Managed Environment - true if there is a conflict on the Container App's managed environment; otherwise, false.
- host
Name string - Host name that was analyzed
- is
Hostname booleanAlready Verified - true if hostname is already verified; otherwise, false.
- a
Records string[] - A records visible for this hostname.
- alternate
CName string[]Records - Alternate CName records visible for this hostname.
- alternate
Txt string[]Records - Alternate TXT records visible for this hostname.
- c
Name string[]Records - CName records visible for this hostname.
- txt
Records string[] - TXT records visible for this hostname.
- conflict_
with_ boolenvironment_ custom_ domain - true if there is a conflict on the Container App's managed environment level custom domain; otherwise, false.
- conflicting_
container_ strapp_ resource_ id - Name of the conflicting Container App on the Managed Environment if it's within the same subscription.
- custom_
domain_ Customverification_ failure_ info Hostname Analysis Result Response Custom Domain Verification Failure Info - Raw failure information if DNS verification fails.
- custom_
domain_ strverification_ test - DNS verification test result.
- has_
conflict_ boolon_ managed_ environment - 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_ boolalready_ verified - true if hostname is already verified; otherwise, false.
- a_
records Sequence[str] - A records visible for this hostname.
- alternate_
c_ Sequence[str]name_ records - Alternate CName records visible for this hostname.
- alternate_
txt_ Sequence[str]records - Alternate TXT records visible for this hostname.
- c_
name_ Sequence[str]records - CName records visible for this hostname.
- txt_
records Sequence[str] - TXT records visible for this hostname.
- conflict
With BooleanEnvironment Custom Domain - true if there is a conflict on the Container App's managed environment level custom domain; otherwise, false.
- conflicting
Container StringApp Resource Id - Name of the conflicting Container App on the Managed Environment if it's within the same subscription.
- custom
Domain Property MapVerification Failure Info - Raw failure information if DNS verification fails.
- custom
Domain StringVerification Test - DNS verification test result.
- has
Conflict BooleanOn Managed Environment - true if there is a conflict on the Container App's managed environment; otherwise, false.
- host
Name String - Host name that was analyzed
- is
Hostname BooleanAlready Verified - true if hostname is already verified; otherwise, false.
- a
Records List<String> - A records visible for this hostname.
- alternate
CName List<String>Records - Alternate CName records visible for this hostname.
- alternate
Txt List<String>Records - Alternate TXT records visible for this hostname.
- c
Name List<String>Records - CName records visible for this hostname.
- txt
Records 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.
Azure Native. App. Inputs. Custom Hostname Analysis Result Response Details> - 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
[]Custom
Hostname Analysis Result Response Details - 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<Custom
Hostname Analysis Result Response Details> - 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
Custom
Hostname Analysis Result Response Details[] - 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[Custom
Hostname Analysis Result Response Details] - 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
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0