VirtualNetworkGatewaySku Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
VirtualNetworkGatewaySku() |
Initializes a new instance of the VirtualNetworkGatewaySku class. |
VirtualNetworkGatewaySku(String, String, Nullable<Int32>) |
Initializes a new instance of the VirtualNetworkGatewaySku class. |
VirtualNetworkGatewaySku()
Initializes a new instance of the VirtualNetworkGatewaySku class.
public VirtualNetworkGatewaySku ();
Public Sub New ()
Applies to
VirtualNetworkGatewaySku(String, String, Nullable<Int32>)
Initializes a new instance of the VirtualNetworkGatewaySku class.
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)
Parameters
- name
- String
Gateway SKU name. Possible values include: 'Basic', 'HighPerformance', 'Standard', 'UltraPerformance', 'VpnGw1', 'VpnGw2', 'VpnGw3', 'VpnGw4', 'VpnGw5', 'VpnGw1AZ', 'VpnGw2AZ', 'VpnGw3AZ', 'VpnGw4AZ', 'VpnGw5AZ', 'ErGw1AZ', 'ErGw2AZ', 'ErGw3AZ'
- tier
- String
Gateway SKU tier. Possible values include: 'Basic', 'HighPerformance', 'Standard', 'UltraPerformance', 'VpnGw1', 'VpnGw2', 'VpnGw3', 'VpnGw4', 'VpnGw5', 'VpnGw1AZ', 'VpnGw2AZ', 'VpnGw3AZ', 'VpnGw4AZ', 'VpnGw5AZ', 'ErGw1AZ', 'ErGw2AZ', 'ErGw3AZ'
Applies to
Azure SDK for .NET