IAseRegionProperties.ZoneRedundant Property

Definition

Zone redundant deployment enabled.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Zone redundant deployment enabled.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="zoneRedundant", Update=false)]
public bool? ZoneRedundant { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Zone redundant deployment enabled.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="zoneRedundant", Update=false)>]
member this.ZoneRedundant : Nullable<bool>
Public ReadOnly Property ZoneRedundant As Nullable(Of Boolean)

Property Value

Attributes

Applies to