次の方法で共有


DataBoxEdgeDevice.Location プロパティ

定義

デバイスの場所を取得または設定します。 これは、サポートされ、登録されている Azure の地理的リージョンです (たとえば、米国西部、米国東部、東南アジア)。 デバイスの地理的リージョンは、作成後は変更できませんが、更新時に同じ地理的リージョンが指定されている場合、要求は成功します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象