共用方式為


ArmAppContainersModelFactory.ContainerAppCustomHostnameAnalysisResult Method

Definition

Initializes a new instance of ContainerAppCustomHostnameAnalysisResult.

public static Azure.ResourceManager.AppContainers.Models.ContainerAppCustomHostnameAnalysisResult ContainerAppCustomHostnameAnalysisResult (string hostName = default, bool? isHostnameAlreadyVerified = default, Azure.ResourceManager.AppContainers.Models.ContainerAppDnsVerificationTestResult? customDomainVerificationTest = default, Azure.ResourceManager.AppContainers.Models.ContainerAppCustomDomainVerificationFailureInfo customDomainVerificationFailureInfo = default, bool? hasConflictOnManagedEnvironment = default, bool? conflictWithEnvironmentCustomDomain = default, string conflictingContainerAppResourceId = default, System.Collections.Generic.IEnumerable<string> cNameRecords = default, System.Collections.Generic.IEnumerable<string> txtRecords = default, System.Collections.Generic.IEnumerable<string> aRecords = default, System.Collections.Generic.IEnumerable<string> alternateCNameRecords = default, System.Collections.Generic.IEnumerable<string> alternateTxtRecords = default);
static member ContainerAppCustomHostnameAnalysisResult : string * Nullable<bool> * Nullable<Azure.ResourceManager.AppContainers.Models.ContainerAppDnsVerificationTestResult> * Azure.ResourceManager.AppContainers.Models.ContainerAppCustomDomainVerificationFailureInfo * Nullable<bool> * Nullable<bool> * string * seq<string> * seq<string> * seq<string> * seq<string> * seq<string> -> Azure.ResourceManager.AppContainers.Models.ContainerAppCustomHostnameAnalysisResult
Public Shared Function ContainerAppCustomHostnameAnalysisResult (Optional hostName As String = Nothing, Optional isHostnameAlreadyVerified As Nullable(Of Boolean) = Nothing, Optional customDomainVerificationTest As Nullable(Of ContainerAppDnsVerificationTestResult) = Nothing, Optional customDomainVerificationFailureInfo As ContainerAppCustomDomainVerificationFailureInfo = Nothing, Optional hasConflictOnManagedEnvironment As Nullable(Of Boolean) = Nothing, Optional conflictWithEnvironmentCustomDomain As Nullable(Of Boolean) = Nothing, Optional conflictingContainerAppResourceId As String = Nothing, Optional cNameRecords As IEnumerable(Of String) = Nothing, Optional txtRecords As IEnumerable(Of String) = Nothing, Optional aRecords As IEnumerable(Of String) = Nothing, Optional alternateCNameRecords As IEnumerable(Of String) = Nothing, Optional alternateTxtRecords As IEnumerable(Of String) = Nothing) As ContainerAppCustomHostnameAnalysisResult

Parameters

hostName
String

Host name that was analyzed.

isHostnameAlreadyVerified
Nullable<Boolean>

<code>true</code> if hostname is already verified; otherwise, <code>false</code>.

customDomainVerificationTest
Nullable<ContainerAppDnsVerificationTestResult>

DNS verification test result.

customDomainVerificationFailureInfo
ContainerAppCustomDomainVerificationFailureInfo

Raw failure information if DNS verification fails.

hasConflictOnManagedEnvironment
Nullable<Boolean>

<code>true</code> if there is a conflict on the Container App's managed environment; otherwise, <code>false</code>.

conflictWithEnvironmentCustomDomain
Nullable<Boolean>

<code>true</code> if there is a conflict on the Container App's managed environment level custom domain; otherwise, <code>false</code>.

conflictingContainerAppResourceId
String

Name of the conflicting Container App on the Managed Environment if it's within the same subscription.

cNameRecords
IEnumerable<String>

CName records visible for this hostname.

txtRecords
IEnumerable<String>

TXT records visible for this hostname.

aRecords
IEnumerable<String>

A records visible for this hostname.

alternateCNameRecords
IEnumerable<String>

Alternate CName records visible for this hostname.

alternateTxtRecords
IEnumerable<String>

Alternate TXT records visible for this hostname.

Returns

A new ContainerAppCustomHostnameAnalysisResult instance for mocking.

Applies to