ServiceGatewaySkuTier 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.
Tier of a service gateway SKU.
public readonly struct ServiceGatewaySkuTier : IEquatable<Azure.ResourceManager.Network.Models.ServiceGatewaySkuTier>
type ServiceGatewaySkuTier = struct
Public Structure ServiceGatewaySkuTier
Implements IEquatable(Of ServiceGatewaySkuTier)
- Inheritance
-
ServiceGatewaySkuTier
- Implements
Constructors
| Name | Description |
|---|---|
| ServiceGatewaySkuTier(String) |
Initializes a new instance of ServiceGatewaySkuTier. |
Properties
| Name | Description |
|---|---|
| Regional |
Regional. |
Methods
| Name | Description |
|---|---|
| Equals(ServiceGatewaySkuTier) |
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
| Name | Description |
|---|---|
| Equality(ServiceGatewaySkuTier, ServiceGatewaySkuTier) |
Determines if two ServiceGatewaySkuTier values are the same. |
| Implicit(String to ServiceGatewaySkuTier) |
Converts a String to a ServiceGatewaySkuTier. |
| Inequality(ServiceGatewaySkuTier, ServiceGatewaySkuTier) |
Determines if two ServiceGatewaySkuTier values are not the same. |