CustomHostnameAnalysisResult Constructors
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.
Overloads
CustomHostnameAnalysisResult() |
Initializes a new instance of the CustomHostnameAnalysisResult class. |
CustomHostnameAnalysisResult(String, String, String, String, Nullable<Boolean>, Nullable<DnsVerificationTestResult>, ErrorEntity, Nullable<Boolean>, Nullable<Boolean>, String, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>) |
Initializes a new instance of the CustomHostnameAnalysisResult class. |
CustomHostnameAnalysisResult()
Initializes a new instance of the CustomHostnameAnalysisResult class.
public CustomHostnameAnalysisResult ();
Public Sub New ()
Applies to
CustomHostnameAnalysisResult(String, String, String, String, Nullable<Boolean>, Nullable<DnsVerificationTestResult>, ErrorEntity, Nullable<Boolean>, Nullable<Boolean>, String, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>)
Initializes a new instance of the CustomHostnameAnalysisResult class.
public CustomHostnameAnalysisResult (string id = default, string name = default, string kind = default, string type = default, bool? isHostnameAlreadyVerified = default, Microsoft.Azure.Management.WebSites.Models.DnsVerificationTestResult? customDomainVerificationTest = default, Microsoft.Azure.Management.WebSites.Models.ErrorEntity customDomainVerificationFailureInfo = default, bool? hasConflictOnScaleUnit = default, bool? hasConflictAcrossSubscription = default, string conflictingAppResourceId = default, System.Collections.Generic.IList<string> cNameRecords = default, System.Collections.Generic.IList<string> txtRecords = default, System.Collections.Generic.IList<string> aRecords = default, System.Collections.Generic.IList<string> alternateCNameRecords = default, System.Collections.Generic.IList<string> alternateTxtRecords = default);
new Microsoft.Azure.Management.WebSites.Models.CustomHostnameAnalysisResult : string * string * string * string * Nullable<bool> * Nullable<Microsoft.Azure.Management.WebSites.Models.DnsVerificationTestResult> * Microsoft.Azure.Management.WebSites.Models.ErrorEntity * Nullable<bool> * Nullable<bool> * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.WebSites.Models.CustomHostnameAnalysisResult
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional isHostnameAlreadyVerified As Nullable(Of Boolean) = Nothing, Optional customDomainVerificationTest As Nullable(Of DnsVerificationTestResult) = Nothing, Optional customDomainVerificationFailureInfo As ErrorEntity = Nothing, Optional hasConflictOnScaleUnit As Nullable(Of Boolean) = Nothing, Optional hasConflictAcrossSubscription As Nullable(Of Boolean) = Nothing, Optional conflictingAppResourceId As String = Nothing, Optional cNameRecords As IList(Of String) = Nothing, Optional txtRecords As IList(Of String) = Nothing, Optional aRecords As IList(Of String) = Nothing, Optional alternateCNameRecords As IList(Of String) = Nothing, Optional alternateTxtRecords As IList(Of String) = Nothing)
Parameters
- id
- String
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
<code>true</code> if hostname is already verified; otherwise, <code>false</code>.
- customDomainVerificationTest
- Nullable<DnsVerificationTestResult>
DNS verification test result. Possible values include: 'Passed', 'Failed', 'Skipped'
- customDomainVerificationFailureInfo
- ErrorEntity
Raw failure information if DNS verification fails.
<code>true</code> if there is a conflict on a scale unit; otherwise, <code>false</code>.
<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.
Applies to
Azure SDK for .NET