次の方法で共有


IStorageAccountCreateParameters.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=true, 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=true, SerializedName="name")>]
member this.SkuName : Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName with get, set
Public Property SkuName As SkuName

Property Value

Attributes

Applies to