次の方法で共有


PreferencesValidationResponseProperties.Status プロパティ

定義

要求されたデータ センターとトランスポートの検証状態を取得します。 使用可能な値は、'Valid'、'Invalid'、'Skipped' です。

[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public Microsoft.Azure.Management.DataBox.Models.ValidationStatus? Status { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]
member this.Status : Nullable<Microsoft.Azure.Management.DataBox.Models.ValidationStatus>
Public ReadOnly Property Status As Nullable(Of ValidationStatus)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象