BlobProperties.AccessTier Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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