次の方法で共有


Location.Type プロパティ

定義

場所の種類を取得します。 使用可能な値は、'Region'、'EdgeZone' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象