次の方法で共有


DataBoxEdgeDevice.Kind プロパティ

定義

デバイスの種類を取得または設定します。 使用できる値は、'AzureDataBoxGateway'、'AzureStackEdge'、'AzureStackHub'、'AzureModularDataCentre' です。

[Newtonsoft.Json.JsonProperty(PropertyName="kind")]
public string Kind { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="kind")>]
member this.Kind : string with get, set
Public Property Kind As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象