Share via


ReservationTerm Struct

Definition

Represent the term of reservation.

public readonly struct ReservationTerm : IEquatable<Azure.ResourceManager.Reservations.Models.ReservationTerm>
type ReservationTerm = struct
Public Structure ReservationTerm
Implements IEquatable(Of ReservationTerm)
Inheritance
ReservationTerm
Implements

Constructors

ReservationTerm(String)

Initializes a new instance of ReservationTerm.

Properties

P1Y

P1Y.

P3Y

P3Y.

P5Y

P5Y.

Methods

Equals(ReservationTerm)

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(ReservationTerm, ReservationTerm)

Determines if two ReservationTerm values are the same.

Implicit(String to ReservationTerm)

Converts a string to a ReservationTerm.

Inequality(ReservationTerm, ReservationTerm)

Determines if two ReservationTerm values are not the same.

Applies to