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