次の方法で共有


BaseModel.Kind プロパティ

定義

オブジェクトの Kind を取得または設定します。 現在、サポートされているのは Series8000 のみです。 使用可能な値は次のとおりです: 'Series8000'

[Newtonsoft.Json.JsonProperty(PropertyName="kind")]
public Microsoft.Azure.Management.StorSimple8000Series.Models.Kind? Kind { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="kind")>]
member this.Kind : Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.Kind> with get, set
Public Property Kind As Nullable(Of Kind)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象