BillingAgreementType 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 type of agreement.
public readonly struct BillingAgreementType : IEquatable<Azure.ResourceManager.Billing.Models.BillingAgreementType>
type BillingAgreementType = struct
Public Structure BillingAgreementType
Implements IEquatable(Of BillingAgreementType)
- Inheritance
-
BillingAgreementType
- Implements
Constructors
BillingAgreementType(String) |
Initializes a new instance of BillingAgreementType. |
Properties
EnterpriseAgreement |
EnterpriseAgreement. |
MicrosoftCustomerAgreement |
MicrosoftCustomerAgreement. |
MicrosoftOnlineServicesProgram |
MicrosoftOnlineServicesProgram. |
MicrosoftPartnerAgreement |
MicrosoftPartnerAgreement. |
Other |
Other. |
Methods
Equals(BillingAgreementType) |
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(BillingAgreementType, BillingAgreementType) |
Determines if two BillingAgreementType values are the same. |
Implicit(String to BillingAgreementType) |
Converts a string to a BillingAgreementType. |
Inequality(BillingAgreementType, BillingAgreementType) |
Determines if two BillingAgreementType values are not the same. |
Applies to
Azure SDK for .NET