ExpressRoutePortsLocationBandwidths Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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.
Gilt für:
Azure SDK for .NET