Share via


ISbNamespace.ZoneRedundant Property

Definition

Enabling this property creates a Premium Service Bus Namespace in regions supported availability zones.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Description="Enabling this property creates a Premium Service Bus Namespace in regions supported availability zones.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="zoneRedundant")]
public bool? ZoneRedundant { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Description="Enabling this property creates a Premium Service Bus Namespace in regions supported availability zones.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="zoneRedundant")>]
member this.ZoneRedundant : Nullable<bool> with get, set
Public Property ZoneRedundant As Nullable(Of Boolean)

Property Value

Attributes

Applies to