StorageAccountCreateParameters.ExtendedLocation プロパティ

定義

省略可能な 値を取得または設定します。 リソースの拡張場所を設定します。 設定されていない場合、ストレージ アカウントは Azure メイン リージョンに作成されます。 それ以外の場合は、指定した拡張場所に作成されます

[Newtonsoft.Json.JsonProperty(PropertyName="extendedLocation")]
public Microsoft.Azure.Management.Storage.Models.ExtendedLocation ExtendedLocation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="extendedLocation")>]
member this.ExtendedLocation : Microsoft.Azure.Management.Storage.Models.ExtendedLocation with get, set
Public Property ExtendedLocation As ExtendedLocation

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象