ShareSetPropertiesOptions.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.
Optional, the access tier to set on the share.
public Azure.Storage.Files.Shares.Models.ShareAccessTier? AccessTier { get; set; }
member this.AccessTier : Nullable<Azure.Storage.Files.Shares.Models.ShareAccessTier> with get, set
Public Property AccessTier As Nullable(Of ShareAccessTier)