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 -Basic/HighPerformance/Standard. Possible values include: "Basic", "HighPerformance", "Standard".
- tier
- str or VirtualNetworkGatewaySkuTier
Gateway sku tier -Basic/HighPerformance/Standard. Possible values include: "Basic", "HighPerformance", "Standard".
- capacity
- int
The capacity.
Feedback
Submit and view feedback for