IArmDisasterRecovery.Role 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.
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