AgreementOfferType Struct

Definition

The AgreementOfferType.

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

Constructors

AgreementOfferType(String)

Initializes a new instance of AgreementOfferType.

Properties

Virtualmachine

virtualmachine.

Methods

Equals(AgreementOfferType)

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

Determines if two AgreementOfferType values are the same.

Implicit(String to AgreementOfferType)

Converts a string to a AgreementOfferType.

Inequality(AgreementOfferType, AgreementOfferType)

Determines if two AgreementOfferType values are not the same.

Applies to