DedicatedCircuitBandwidth Constructors
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.
Overloads
DedicatedCircuitBandwidth() |
Initializes a new instance of the DedicatedCircuitBandwidth class. |
DedicatedCircuitBandwidth(UInt32, String) |
Initializes a new instance of the DedicatedCircuitBandwidth class with required arguments. |
DedicatedCircuitBandwidth()
Initializes a new instance of the DedicatedCircuitBandwidth class.
public DedicatedCircuitBandwidth ();
Public Sub New ()
Applies to
DedicatedCircuitBandwidth(UInt32, String)
Initializes a new instance of the DedicatedCircuitBandwidth class with required arguments.
public DedicatedCircuitBandwidth (uint bandwidth, string label);
new Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitBandwidth : uint32 * string -> Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitBandwidth
Public Sub New (bandwidth As UInteger, label As String)
Parameters
- bandwidth
- UInt32
- label
- String