HybridComputeLicenseEdition 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.
Describes the edition of the license. The values are either Standard or Datacenter.
public readonly struct HybridComputeLicenseEdition : IEquatable<Azure.ResourceManager.HybridCompute.Models.HybridComputeLicenseEdition>
type HybridComputeLicenseEdition = struct
Public Structure HybridComputeLicenseEdition
Implements IEquatable(Of HybridComputeLicenseEdition)
- Inheritance
-
HybridComputeLicenseEdition
- Implements
Constructors
HybridComputeLicenseEdition(String) |
Initializes a new instance of HybridComputeLicenseEdition. |
Properties
DataCenter |
Datacenter. |
Standard |
Standard. |
Methods
Equals(HybridComputeLicenseEdition) |
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(HybridComputeLicenseEdition, HybridComputeLicenseEdition) |
Determines if two HybridComputeLicenseEdition values are the same. |
Implicit(String to HybridComputeLicenseEdition) |
Converts a String to a HybridComputeLicenseEdition. |
Inequality(HybridComputeLicenseEdition, HybridComputeLicenseEdition) |
Determines if two HybridComputeLicenseEdition values are not the same. |
Applies to
Azure SDK for .NET