IDirectConnection.ProvisionedBandwidthInMbps 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 bandwidth that is actually provisioned.
[Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.Info(Description="The bandwidth that is actually provisioned.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="provisionedBandwidthInMbps")]
public int? ProvisionedBandwidthInMbps { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.Info(Description="The bandwidth that is actually provisioned.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="provisionedBandwidthInMbps")>]
member this.ProvisionedBandwidthInMbps : Nullable<int>
Public ReadOnly Property ProvisionedBandwidthInMbps As Nullable(Of Integer)
Property Value
- Attributes