Share via


ArmAppServiceModelFactory.CustomHostnameAnalysisResult Method

Definition

Initializes a new instance of CustomHostnameAnalysisResult.

public static Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult CustomHostnameAnalysisResult (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, bool? isHostnameAlreadyVerified = default, Azure.ResourceManager.AppService.Models.DnsVerificationTestResult? customDomainVerificationTest = default, Azure.ResponseError customDomainVerificationFailureInfo = default, bool? hasConflictOnScaleUnit = default, bool? hasConflictAcrossSubscription = default, string conflictingAppResourceId = 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, string kind = default);
static member CustomHostnameAnalysisResult : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<bool> * Nullable<Azure.ResourceManager.AppService.Models.DnsVerificationTestResult> * Azure.ResponseError * Nullable<bool> * Nullable<bool> * string * seq<string> * seq<string> * seq<string> * seq<string> * seq<string> * string -> Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult
Public Shared Function CustomHostnameAnalysisResult (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional isHostnameAlreadyVerified As Nullable(Of Boolean) = Nothing, Optional customDomainVerificationTest As Nullable(Of DnsVerificationTestResult) = Nothing, Optional customDomainVerificationFailureInfo As ResponseError = Nothing, Optional hasConflictOnScaleUnit As Nullable(Of Boolean) = Nothing, Optional hasConflictAcrossSubscription As Nullable(Of Boolean) = Nothing, Optional conflictingAppResourceId 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, Optional kind As String = Nothing) As CustomHostnameAnalysisResult

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

isHostnameAlreadyVerified
Nullable<Boolean>

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

customDomainVerificationTest
Nullable<DnsVerificationTestResult>

DNS verification test result.

customDomainVerificationFailureInfo
ResponseError

Raw failure information if DNS verification fails.

hasConflictOnScaleUnit
Nullable<Boolean>

<code>true</code> if there is a conflict on a scale unit; otherwise, <code>false</code>.

hasConflictAcrossSubscription
Nullable<Boolean>

<code>true</code> if there is a conflict across subscriptions; otherwise, <code>false</code>.

conflictingAppResourceId
String

Name of the conflicting app on scale unit if it's within the same subscription.

cNameRecords
IEnumerable<String>

CName records controller can see for this hostname.

txtRecords
IEnumerable<String>

TXT records controller can see for this hostname.

aRecords
IEnumerable<String>

A records controller can see for this hostname.

alternateCNameRecords
IEnumerable<String>

Alternate CName records controller can see for this hostname.

alternateTxtRecords
IEnumerable<String>

Alternate TXT records controller can see for this hostname.

kind
String

Kind of resource.

Returns

A new CustomHostnameAnalysisResult instance for mocking.

Applies to