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