HybridNetworkSkuName 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 this Sku.
public readonly struct HybridNetworkSkuName : IEquatable<Azure.ResourceManager.HybridNetwork.Models.HybridNetworkSkuName>
type HybridNetworkSkuName = struct
Public Structure HybridNetworkSkuName
Implements IEquatable(Of HybridNetworkSkuName)
- Inheritance
-
HybridNetworkSkuName
- Implements
Constructors
| Name | Description |
|---|---|
| HybridNetworkSkuName(String) |
Initializes a new instance of HybridNetworkSkuName. |
Properties
| Name | Description |
|---|---|
| Basic |
Basic. |
| Standard |
Standard. |
Methods
| Name | Description |
|---|---|
| Equals(HybridNetworkSkuName) |
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(HybridNetworkSkuName, HybridNetworkSkuName) |
Determines if two HybridNetworkSkuName values are the same. |
| Implicit(String to HybridNetworkSkuName) |
Converts a String to a HybridNetworkSkuName. |
| Inequality(HybridNetworkSkuName, HybridNetworkSkuName) |
Determines if two HybridNetworkSkuName values are not the same. |