Partilhar via


ExpressRouteServiceProviderBandwidthsOffered Construtores

Definição

Sobrecargas

ExpressRouteServiceProviderBandwidthsOffered()

Inicializa uma nova instância da classe ExpressRouteServiceProviderBandwidthsOffered.

ExpressRouteServiceProviderBandwidthsOffered(String, Nullable<Int32>)

Inicializa uma nova instância da classe ExpressRouteServiceProviderBandwidthsOffered.

ExpressRouteServiceProviderBandwidthsOffered()

Inicializa uma nova instância da classe ExpressRouteServiceProviderBandwidthsOffered.

public ExpressRouteServiceProviderBandwidthsOffered ();
Public Sub New ()

Aplica-se a

ExpressRouteServiceProviderBandwidthsOffered(String, Nullable<Int32>)

Inicializa uma nova instância da classe ExpressRouteServiceProviderBandwidthsOffered.

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

Parâmetros

offerName
String

O OfferName.

valueInMbps
Nullable<Int32>

O ValueInMbps.

Aplica-se a