BillingAgreementCategory 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.
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
Azure SDK for .NET