Share via


IContactDetail.Role Property

Definition

The role of the contact.

[Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.Info(Description="The role of the contact.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.Role) }, ReadOnly=false, Required=false, SerializedName="role")]
public Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.Role? Role { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.Info(Description="The role of the contact.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.Role) }, ReadOnly=false, Required=false, SerializedName="role")>]
member this.Role : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.Role> with get, set
Public Property Role As Nullable(Of Role)

Property Value

Attributes

Applies to