PageBlobCreateOptions.PremiumPageBlobAccessTier 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.
Optional. Sets the page blob tiers on the blob. This is only supported for page blobs on premium accounts.
public Azure.Storage.Blobs.Models.PremiumPageBlobAccessTier? PremiumPageBlobAccessTier { get; set; }
member this.PremiumPageBlobAccessTier : Nullable<Azure.Storage.Blobs.Models.PremiumPageBlobAccessTier> with get, set
Public Property PremiumPageBlobAccessTier As Nullable(Of PremiumPageBlobAccessTier)