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