Condividi tramite


IStorageAccount.AccessTier Property

Definition

Required for storage accounts where kind = BlobStorage. The access tier used for billing.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Required for storage accounts where kind = BlobStorage. The access tier used for billing.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier) }, ReadOnly=true, Required=false, SerializedName="accessTier")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier? AccessTier { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Required for storage accounts where kind = BlobStorage. The access tier used for billing.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier) }, ReadOnly=true, Required=false, SerializedName="accessTier")>]
member this.AccessTier : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AccessTier>
Public ReadOnly Property AccessTier As Nullable(Of AccessTier)

Property Value

Attributes

Applies to