Compartir a través de


IPeeringLocation.DirectPeeringFacility Property

Definition

The list of direct peering facilities at the peering location.

[Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.Info(Create=true, Description="The list of direct peering facilities at the peering location.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.IDirectPeeringFacility) }, Read=true, ReadOnly=false, Required=false, SerializedName="peeringFacilities", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.IDirectPeeringFacility> DirectPeeringFacility { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.Info(Create=true, Description="The list of direct peering facilities at the peering location.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.IDirectPeeringFacility) }, Read=true, ReadOnly=false, Required=false, SerializedName="peeringFacilities", Update=true)>]
member this.DirectPeeringFacility : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.IDirectPeeringFacility> with get, set
Public Property DirectPeeringFacility As List(Of IDirectPeeringFacility)

Property Value

Attributes

Applies to