IStorageClassResourceUpdate.DataResilience Property

Definition

Allow single data node failure

[Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.PSArgumentCompleter(new System.String[] { "NotDataResilient", "DataResilient" })]
[Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.Info(Create=true, Description="Allow single data node failure", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataResilience", Update=true)]
public string DataResilience { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.PSArgumentCompleter(new System.String[] { "NotDataResilient", "DataResilient" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.Info(Create=true, Description="Allow single data node failure", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataResilience", Update=true)>]
member this.DataResilience : string with get, set
Public Property DataResilience As String

Property Value

Attributes

Applies to