Freigeben über


HybridComputeProgramYear Struct

Definition

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

Name Description
HybridComputeProgramYear(String)

Initializes a new instance of HybridComputeProgramYear.

Properties

Name Description
Year1

Year 1.

Year2

Year 2.

Year3

Year 3.

Methods

Name Description
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

Name Description
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