INamespaceReplicaLocation.RoleType 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.
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Description="GeoDR Role Types", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.GeoDrRoleType) }, ReadOnly=false, Required=false, SerializedName="roleType")]
public Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.GeoDrRoleType? RoleType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Description="GeoDR Role Types", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.GeoDrRoleType) }, ReadOnly=false, Required=false, SerializedName="roleType")>]
member this.RoleType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.GeoDrRoleType> with get, set
Public Property RoleType As Nullable(Of GeoDrRoleType)
Property Value
- Attributes