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

StorageAccount.PrimaryEndpoints 属性

定义

获取用于对公共 Blob、队列或表对象执行检索的 URL。 请注意,Standard_ZRS和Premium_LRS帐户仅返回 Blob 终结点。

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于