VirtualNetworkGatewaySku Class
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.
VirtualNetworkGatewaySku details.
public class VirtualNetworkGatewaySku
type VirtualNetworkGatewaySku = class
Public Class VirtualNetworkGatewaySku
- Inheritance
-
VirtualNetworkGatewaySku
Constructors
VirtualNetworkGatewaySku() |
Initializes a new instance of the VirtualNetworkGatewaySku class. |
VirtualNetworkGatewaySku(VirtualNetworkGatewaySkuName, VirtualNetworkGatewaySkuTier, Nullable<Int32>) |
Initializes a new instance of the VirtualNetworkGatewaySku class. |
Properties
Capacity |
Gets the capacity. |
Name |
Gets or sets gateway SKU name. Possible values include: 'Basic', 'HighPerformance', 'Standard', 'UltraPerformance', 'VpnGw1', 'VpnGw2', 'VpnGw3', 'VpnGw4', 'VpnGw5', 'VpnGw1AZ', 'VpnGw2AZ', 'VpnGw3AZ', 'VpnGw4AZ', 'VpnGw5AZ', 'ErGw1AZ', 'ErGw2AZ', 'ErGw3AZ' |
Tier |
Gets or sets 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