Compartilhar via


ExpressRoutePortsLocationBandwidths Construtores

Definição

Sobrecargas

ExpressRoutePortsLocationBandwidths()

Inicializa uma nova instância da classe ExpressRoutePortsLocationBandwidths.

ExpressRoutePortsLocationBandwidths(String, Nullable<Int32>)

Inicializa uma nova instância da classe ExpressRoutePortsLocationBandwidths.

ExpressRoutePortsLocationBandwidths()

Inicializa uma nova instância da classe ExpressRoutePortsLocationBandwidths.

public ExpressRoutePortsLocationBandwidths ();
Public Sub New ()

Aplica-se a

ExpressRoutePortsLocationBandwidths(String, Nullable<Int32>)

Inicializa uma nova instância da classe ExpressRoutePortsLocationBandwidths.

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

Parâmetros

offerName
String

Nome descritivo de largura de banda.

valueInGbps
Nullable<Int32>

Valor de largura de banda em Gbps.

Aplica-se a