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

BlobProperties.AccessTier Property

Definition

The tier of page blob on a premium storage account or tier of block blob on blob storage LRS accounts. For a list of allowed premium page blob tiers, see https://docs.microsoft.com/azure/virtual-machines/windows/premium-storage#features. For general purpose v2 and blob storage account types, the valid values are:

  • Hot
  • Cool
  • Archive
public string AccessTier { get; }
member this.AccessTier : string
Public ReadOnly Property AccessTier As String

Property Value

Applies to