次の方法で共有


CustomHostnameAnalysisResult コンストラクター

定義

オーバーロード

CustomHostnameAnalysisResult()

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

CustomHostnameAnalysisResult クラスの新しいインスタンスを初期化します。

CustomHostnameAnalysisResult()

CustomHostnameAnalysisResult クラスの新しいインスタンスを初期化します。

public CustomHostnameAnalysisResult ();
Public Sub New ()

適用対象

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

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)

パラメーター

id
String

リソース ID。

name
String

リソース名。

kind
String

リソースの種類。

type
String

リソースの種類。

isHostnameAlreadyVerified
Nullable<Boolean>

<>ホスト名が既に検証されている場合はコード true</code>、<それ以外の場合は false</code> をコード>化します。

customDomainVerificationTest
Nullable<DnsVerificationTestResult>

DNS 検証テストの結果。 指定できる値は、'Passed'、'Failed'、'Skipped' です。

customDomainVerificationFailureInfo
ErrorEntity

DNS 検証が失敗した場合の未加工のエラー情報。

hasConflictOnScaleUnit
Nullable<Boolean>

<>スケール ユニットで競合がある場合はコード true</code>、それ以外の場合<は false</code を>コード>化します。

hasConflictAcrossSubscription
Nullable<Boolean>

<>サブスクリプション間で競合がある場合はコード true</code>。それ以外の場合は、<false/code> をコーディング>します<。

conflictingAppResourceId
String

スケール ユニットで競合しているアプリの名前 (同じサブスクリプション内にある場合)。

cNameRecords
IList<String>

CName レコード コントローラーは、このホスト名を確認できます。

txtRecords
IList<String>

TXT レコード コントローラーは、このホスト名を確認できます。

aRecords
IList<String>

レコード コントローラーは、このホスト名を確認できます。

alternateCNameRecords
IList<String>

代替 CName レコード コントローラーは、このホスト名を確認できます。

alternateTxtRecords
IList<String>

代替 TXT レコード コントローラーは、このホスト名を確認できます。

適用対象