IDirectPeeringFacility.DirectPeeringType 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.
The type of the direct peering.
[Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.Info(Description="The type of the direct peering.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.DirectPeeringType) }, ReadOnly=false, Required=false, SerializedName="directPeeringType")]
public Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.DirectPeeringType? DirectPeeringType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.Info(Description="The type of the direct peering.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.DirectPeeringType) }, ReadOnly=false, Required=false, SerializedName="directPeeringType")>]
member this.DirectPeeringType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.DirectPeeringType> with get, set
Public Property DirectPeeringType As Nullable(Of DirectPeeringType)
Property Value
- Attributes