Share via


IArmDisasterRecoveryProperties.Role Property

Definition

role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.PSArgumentCompleter(new System.String[] { "Primary", "PrimaryNotReplicating", "Secondary" })]
[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=false, Description="role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="role", Update=false)]
public string Role { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.PSArgumentCompleter(new System.String[] { "Primary", "PrimaryNotReplicating", "Secondary" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=false, Description="role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="role", Update=false)>]
member this.Role : string
Public ReadOnly Property Role As String

Property Value

Attributes

Applies to