Freigeben über


ExpressRoutePortsLocationBandwidths Konstruktoren

Definition

Überlädt

ExpressRoutePortsLocationBandwidths()

Initialisiert eine neue instance der ExpressRoutePortsLocationBandwidths-Klasse.

ExpressRoutePortsLocationBandwidths(String, Nullable<Int32>)

Initialisiert eine neue instance der ExpressRoutePortsLocationBandwidths-Klasse.

ExpressRoutePortsLocationBandwidths()

Initialisiert eine neue instance der ExpressRoutePortsLocationBandwidths-Klasse.

public ExpressRoutePortsLocationBandwidths ();
Public Sub New ()

Gilt für:

ExpressRoutePortsLocationBandwidths(String, Nullable<Int32>)

Initialisiert eine neue instance der ExpressRoutePortsLocationBandwidths-Klasse.

public ExpressRoutePortsLocationBandwidths (string offerName = default, int? valueInGbps = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePortsLocationBandwidths : string * Nullable<int> -> Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePortsLocationBandwidths
Public Sub New (Optional offerName As String = Nothing, Optional valueInGbps As Nullable(Of Integer) = Nothing)

Parameter

offerName
String

Beschreibender Name der Bandbreite.

valueInGbps
Nullable<Int32>

Bandbreitenwert in GBit/s.

Gilt für: