CustomHostnameAnalysisResultInner 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
CustomHostnameAnalysisResultInner() |
Initializes a new instance of the CustomHostnameAnalysisResultInner class. |
CustomHostnameAnalysisResultInner(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 CustomHostnameAnalysisResultInner class. |
CustomHostnameAnalysisResultInner()
Initializes a new instance of the CustomHostnameAnalysisResultInner class.
public CustomHostnameAnalysisResultInner ();
Public Sub New ()
Applies to
CustomHostnameAnalysisResultInner(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 CustomHostnameAnalysisResultInner class.
public CustomHostnameAnalysisResultInner (string id = default, string name = default, string type = default, string kind = default, bool? isHostnameAlreadyVerified = default, Microsoft.Azure.Management.AppService.Fluent.Models.DnsVerificationTestResult? customDomainVerificationTest = default, Microsoft.Azure.Management.AppService.Fluent.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.AppService.Fluent.Models.CustomHostnameAnalysisResultInner : string * string * string * string * Nullable<bool> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.DnsVerificationTestResult> * Microsoft.Azure.Management.AppService.Fluent.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.AppService.Fluent.Models.CustomHostnameAnalysisResultInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind 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
- name
- String
- type
- String
- kind
- String
Kind of resource.
<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