Partager via


CustomHostnameAnalysisResult Constructeurs

Définition

Surcharges

CustomHostnameAnalysisResult()

Initialise une nouvelle instance de la classe CustomHostnameAnalysisResult.

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>)

Initialise une nouvelle instance de la classe CustomHostnameAnalysisResult.

CustomHostnameAnalysisResult()

Initialise une nouvelle instance de la classe CustomHostnameAnalysisResult.

public CustomHostnameAnalysisResult ();
Public Sub New ()

S’applique à

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>)

Initialise une nouvelle instance de la classe CustomHostnameAnalysisResult.

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)

Paramètres

id
String

ID de ressource.

name
String

Nom de la ressource.

kind
String

Type de ressource.

type
String

Type de ressource.

isHostnameAlreadyVerified
Nullable<Boolean>

<code>true</code> si le nom d’hôte est déjà vérifié ; sinon, <code>false</code>.

customDomainVerificationTest
Nullable<DnsVerificationTestResult>

Résultat du test de vérification DNS. Les valeurs possibles sont les suivantes : « Passé », « Échec », « Ignoré »

customDomainVerificationFailureInfo
ErrorEntity

Informations brutes sur les échecs en cas d’échec de la vérification DNS.

hasConflictOnScaleUnit
Nullable<Boolean>

<code>true</code> s’il existe un conflit sur une unité d’échelle ; sinon, <code>false</code>.

hasConflictAcrossSubscription
Nullable<Boolean>

<code>true</code> s’il existe un conflit entre les abonnements ; sinon, <code>false</code>.

conflictingAppResourceId
String

Nom de l’application en conflit sur l’unité d’échelle si elle se trouve dans le même abonnement.

cNameRecords
IList<String>

Le contrôleur d’enregistrements CName peut voir pour ce nom d’hôte.

txtRecords
IList<String>

Le contrôleur d’enregistrements TXT peut voir pour ce nom d’hôte.

aRecords
IList<String>

Un contrôleur d’enregistrements peut voir pour ce nom d’hôte.

alternateCNameRecords
IList<String>

Un autre contrôleur d’enregistrements CName peut voir pour ce nom d’hôte.

alternateTxtRecords
IList<String>

Un autre contrôleur d’enregistrements TXT peut voir pour ce nom d’hôte.

S’applique à