HybridComputeProgramYear 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 program year the volume license is for.
public readonly struct HybridComputeProgramYear : IEquatable<Azure.ResourceManager.HybridCompute.Models.HybridComputeProgramYear>
type HybridComputeProgramYear = struct
Public Structure HybridComputeProgramYear
Implements IEquatable(Of HybridComputeProgramYear)
- Inheritance
-
HybridComputeProgramYear
- Implements
Constructors
HybridComputeProgramYear(String) |
Initializes a new instance of HybridComputeProgramYear. |
Properties
Year1 |
Year 1. |
Year2 |
Year 2. |
Year3 |
Year 3. |
Methods
Equals(HybridComputeProgramYear) |
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(HybridComputeProgramYear, HybridComputeProgramYear) |
Determines if two HybridComputeProgramYear values are the same. |
Implicit(String to HybridComputeProgramYear) |
Converts a String to a HybridComputeProgramYear. |
Inequality(HybridComputeProgramYear, HybridComputeProgramYear) |
Determines if two HybridComputeProgramYear values are not the same. |
Applies to
Azure SDK for .NET