ExpressRouteServiceProviderBandwidthsOffered 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
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.
Aplica-se a
Azure SDK for .NET