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
LoadBalancerSkuTier(String) |
Initializes a new instance of LoadBalancerSkuTier. |
Properties
Global |
Global. |
Regional |
Regional. |
Methods
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
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. |
Applies to
Azure SDK for .NET