VirtualNetworkGatewaySku Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
VirtualNetworkGatewaySku() |
Initialise une nouvelle instance de la classe VirtualNetworkGatewaySku. |
VirtualNetworkGatewaySku(String, String, Nullable<Int32>) |
Initialise une nouvelle instance de la classe VirtualNetworkGatewaySku. |
VirtualNetworkGatewaySku()
Initialise une nouvelle instance de la classe VirtualNetworkGatewaySku.
public VirtualNetworkGatewaySku ();
Public Sub New ()
S’applique à
VirtualNetworkGatewaySku(String, String, Nullable<Int32>)
Initialise une nouvelle instance de la classe VirtualNetworkGatewaySku.
public VirtualNetworkGatewaySku (string name = default, string tier = default, int? capacity = default);
new Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewaySku : string * string * Nullable<int> -> Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewaySku
Public Sub New (Optional name As String = Nothing, Optional tier As String = Nothing, Optional capacity As Nullable(Of Integer) = Nothing)
Paramètres
- name
- String
Nom de la référence SKU de passerelle. Les valeurs possibles sont les suivantes : « De base », 'HighPerformance', 'Standard', 'UltraPerformance', 'VpnGw1', 'VpnGw2', 'VpnGw3', 'VpnGw4', 'VpnGw5', 'VpnGw1AZ', 'VpnGw2AZ', 'VpnGw3AZ', 'VpnGw4AZ', 'VpnGw5AZ', 'ErGw1AZ', 'ErGw2AZ', 'ErGw3AZ'
- tier
- String
Niveau de référence SKU de passerelle. Les valeurs possibles sont les suivantes : « De base », 'HighPerformance', 'Standard', 'UltraPerformance', 'VpnGw1', 'VpnGw2', 'VpnGw3', 'VpnGw4', 'VpnGw5', 'VpnGw1AZ', 'VpnGw2AZ', 'VpnGw3AZ', 'VpnGw4AZ', 'VpnGw5AZ', 'ErGw1AZ', 'ErGw2AZ', 'ErGw3AZ'
S’applique à
Azure SDK for .NET