ExpressRoutePortsLocationBandwidths Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.
Aplica-se a
Azure SDK for .NET