VirtualNetworkGatewaySku Class
VirtualNetworkGatewaySku details.
- Inheritance
-
VirtualNetworkGatewaySku
Constructor
VirtualNetworkGatewaySku(*, name: typing.Union[str, _ForwardRef('VirtualNetworkGatewaySkuName'), NoneType] = None, tier: typing.Union[str, _ForwardRef('VirtualNetworkGatewaySkuTier'), NoneType] = None, capacity: typing.Union[int, NoneType] = None, **kwargs)
Parameters
- name
- str or VirtualNetworkGatewaySkuName
Gateway SKU name. Possible values include: "Basic", "HighPerformance", "Standard", "UltraPerformance", "VpnGw1", "VpnGw2", "VpnGw3".
- tier
- str or VirtualNetworkGatewaySkuTier
Gateway SKU tier. Possible values include: "Basic", "HighPerformance", "Standard", "UltraPerformance", "VpnGw1", "VpnGw2", "VpnGw3".
- capacity
- int
The capacity.
Feedback
Submit and view feedback for