Share via


BillingAgreementCategory Struct

Definition

The category of the agreement.

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

Constructors

BillingAgreementCategory(String)

Initializes a new instance of BillingAgreementCategory.

Properties

AffiliatePurchaseTerms

AffiliatePurchaseTerms.

IndirectForGovernmentAgreement

IndirectForGovernmentAgreement.

MicrosoftCustomerAgreement

MicrosoftCustomerAgreement.

MicrosoftPartnerAgreement

MicrosoftPartnerAgreement.

Other

Other.

UKCloudComputeFramework

UKCloudComputeFramework.

Methods

Equals(BillingAgreementCategory)

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

Determines if two BillingAgreementCategory values are the same.

Implicit(String to BillingAgreementCategory)

Converts a string to a BillingAgreementCategory.

Inequality(BillingAgreementCategory, BillingAgreementCategory)

Determines if two BillingAgreementCategory values are not the same.

Applies to