Condividi tramite


IStorageAccount.SkuName Property

Definition

Gets or sets the SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Gets or sets the SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName) }, ReadOnly=false, Required=false, SerializedName="name")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName? SkuName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Gets or sets the SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName) }, ReadOnly=false, Required=false, SerializedName="name")>]
member this.SkuName : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName> with get, set
Public Property SkuName As Nullable(Of SkuName)

Property Value

Attributes

Applies to