VirtualNetworkGatewaySkuTier Struct
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.
Gateway SKU tier.
public readonly struct VirtualNetworkGatewaySkuTier : IEquatable<Azure.ResourceManager.Network.Models.VirtualNetworkGatewaySkuTier>
type VirtualNetworkGatewaySkuTier = struct
Public Structure VirtualNetworkGatewaySkuTier
Implements IEquatable(Of VirtualNetworkGatewaySkuTier)
- Inheritance
-
VirtualNetworkGatewaySkuTier
- Implements
Constructors
VirtualNetworkGatewaySkuTier(String) |
Initializes a new instance of VirtualNetworkGatewaySkuTier. |
Properties
Basic |
Basic. |
ErGw1AZ |
ErGw1AZ. |
ErGw2AZ |
ErGw2AZ. |
ErGw3AZ |
ErGw3AZ. |
ErGwScale |
ErGwScale. |
HighPerformance |
HighPerformance. |
Standard |
Standard. |
UltraPerformance |
UltraPerformance. |
VpnGw1 |
VpnGw1. |
VpnGw1AZ |
VpnGw1AZ. |
VpnGw2 |
VpnGw2. |
VpnGw2AZ |
VpnGw2AZ. |
VpnGw3 |
VpnGw3. |
VpnGw3AZ |
VpnGw3AZ. |
VpnGw4 |
VpnGw4. |
VpnGw4AZ |
VpnGw4AZ. |
VpnGw5 |
VpnGw5. |
VpnGw5AZ |
VpnGw5AZ. |
Methods
Equals(VirtualNetworkGatewaySkuTier) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(VirtualNetworkGatewaySkuTier, VirtualNetworkGatewaySkuTier) |
Determines if two VirtualNetworkGatewaySkuTier values are the same. |
Implicit(String to VirtualNetworkGatewaySkuTier) |
Converts a string to a VirtualNetworkGatewaySkuTier. |
Inequality(VirtualNetworkGatewaySkuTier, VirtualNetworkGatewaySkuTier) |
Determines if two VirtualNetworkGatewaySkuTier values are not the same. |
Applies to
Azure SDK for .NET