Compartir a través de


IPeeringLocationProperties.DirectBandwidthOffer Property

Definition

The list of bandwidth offers available at the peering location.

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

Property Value

Attributes

Applies to