ArmAppServiceModelFactory.CustomHostnameAnalysisResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
<code>true</code> if hostname is already verified; otherwise, <code>false</code>. Serialized Name: CustomHostnameAnalysisResult.properties.isHostnameAlreadyVerified
- customDomainVerificationTest
- Nullable<DnsVerificationTestResult>
DNS verification test result. Serialized Name: CustomHostnameAnalysisResult.properties.customDomainVerificationTest
- customDomainVerificationFailureInfo
- ResponseError
Raw failure information if DNS verification fails. Serialized Name: CustomHostnameAnalysisResult.properties.customDomainVerificationFailureInfo
<code>true</code> if there is a conflict on a scale unit; otherwise, <code>false</code>. Serialized Name: CustomHostnameAnalysisResult.properties.hasConflictOnScaleUnit
<code>true</code> if there is a conflict across subscriptions; otherwise, <code>false</code>. Serialized Name: CustomHostnameAnalysisResult.properties.hasConflictAcrossSubscription
- conflictingAppResourceId
- String
Name of the conflicting app on scale unit if it's within the same subscription. Serialized Name: CustomHostnameAnalysisResult.properties.conflictingAppResourceId
- cNameRecords
- IEnumerable<String>
CName records controller can see for this hostname. Serialized Name: CustomHostnameAnalysisResult.properties.cNameRecords
- txtRecords
- IEnumerable<String>
TXT records controller can see for this hostname. Serialized Name: CustomHostnameAnalysisResult.properties.txtRecords
- aRecords
- IEnumerable<String>
A records controller can see for this hostname. Serialized Name: CustomHostnameAnalysisResult.properties.aRecords
- alternateCNameRecords
- IEnumerable<String>
Alternate CName records controller can see for this hostname. Serialized Name: CustomHostnameAnalysisResult.properties.alternateCNameRecords
- alternateTxtRecords
- IEnumerable<String>
Alternate TXT records controller can see for this hostname. Serialized Name: CustomHostnameAnalysisResult.properties.alternateTxtRecords
- kind
- String
Kind of resource. Serialized Name: ProxyOnlyResource.kind
Returns
A new CustomHostnameAnalysisResult instance for mocking.