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

Property Value

Attributes

Applies to