IStorageClassResourceUpdate.FailoverSpeed Property

Definition

Failover speed: NA, Slow, Fast

[Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.PSArgumentCompleter(new System.String[] { "NotAvailable", "Slow", "Fast", "Super" })]
[Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.Info(Create=true, Description="Failover speed: NA, Slow, Fast", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="failoverSpeed", Update=true)]
public string FailoverSpeed { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.PSArgumentCompleter(new System.String[] { "NotAvailable", "Slow", "Fast", "Super" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.Info(Create=true, Description="Failover speed: NA, Slow, Fast", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="failoverSpeed", Update=true)>]
member this.FailoverSpeed : string with get, set
Public Property FailoverSpeed As String

Property Value

Attributes

Applies to