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

StorageAccount.SecondaryEndpoints 属性

定义

获取用于从存储帐户的辅助位置检索公共 Blob、队列或表对象的 URL。 仅当 SKU 名称Standard_RAGRS时可用。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.secondaryEndpoints")]
public Microsoft.Azure.Management.Storage.Models.Endpoints SecondaryEndpoints { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.secondaryEndpoints")>]
member this.SecondaryEndpoints : Microsoft.Azure.Management.Storage.Models.Endpoints
Public ReadOnly Property SecondaryEndpoints As Endpoints

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于