Condividi tramite


ISku.Name 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 Name { 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.Name : Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.SkuName with get, set
Public Property Name As SkuName

Property Value

Attributes

Applies to