IStorageClassResource.Performance Property

Definition

Performance tier

[Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.PSArgumentCompleter(new System.String[] { "Undefined", "Basic", "Standard", "Premium", "Ultra" })]
[Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.Info(Create=true, Description="Performance tier", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="performance", Update=true)]
public string Performance { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.PSArgumentCompleter(new System.String[] { "Undefined", "Basic", "Standard", "Premium", "Ultra" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.Info(Create=true, Description="Performance tier", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="performance", Update=true)>]
member this.Performance : string with get, set
Public Property Performance As String

Property Value

Attributes

Applies to