ISqlElasticPoolResourceSettings.ZoneRedundant Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the zone redundant resource setting.
[Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Description="Defines the zone redundant resource setting.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Support.ZoneRedundant) }, ReadOnly=false, Required=false, SerializedName="zoneRedundant")]
public Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Support.ZoneRedundant? ZoneRedundant { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Description="Defines the zone redundant resource setting.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Support.ZoneRedundant) }, ReadOnly=false, Required=false, SerializedName="zoneRedundant")>]
member this.ZoneRedundant : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Support.ZoneRedundant> with get, set
Public Property ZoneRedundant As Nullable(Of ZoneRedundant)
Property Value
- Attributes