CustomHostnameAnalysisResult コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
リソースの種類。
<>ホスト名が既に検証されている場合はコード true</code>、<それ以外の場合は false</code> をコード>化します。
- customDomainVerificationTest
- Nullable<DnsVerificationTestResult>
DNS 検証テストの結果。 指定できる値は、'Passed'、'Failed'、'Skipped' です。
- customDomainVerificationFailureInfo
- ErrorEntity
DNS 検証が失敗した場合の未加工のエラー情報。
<>スケール ユニットで競合がある場合はコード true</code>、それ以外の場合<は false</code を>コード>化します。
<>サブスクリプション間で競合がある場合はコード true</code>。それ以外の場合は、<false/code> をコーディング>します<。
- conflictingAppResourceId
- String
スケール ユニットで競合しているアプリの名前 (同じサブスクリプション内にある場合)。
適用対象
Azure SDK for .NET