你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StorageAccountCreateParameters.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

适用于