共用方式為


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