次の方法で共有


IStorageAccountCreateParameters.SkuKind Property

Definition

Indicates the type of storage account.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Indicates the type of storage account.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind) }, ReadOnly=true, Required=false, SerializedName="kind")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind? SkuKind { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Indicates the type of storage account.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind) }, ReadOnly=true, Required=false, SerializedName="kind")>]
member this.SkuKind : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.Kind>
Public ReadOnly Property SkuKind As Nullable(Of Kind)

Property Value

Attributes

Applies to