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.EventHub.Runtime.Info(Description="role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.RoleDisasterRecovery) }, ReadOnly=true, Required=false, SerializedName="role")]
public Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.RoleDisasterRecovery? Role { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Description="role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.RoleDisasterRecovery) }, ReadOnly=true, Required=false, SerializedName="role")>]
member this.Role : Nullable<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.RoleDisasterRecovery>
Public ReadOnly Property Role As Nullable(Of RoleDisasterRecovery)
Property Value
- Attributes