AgreementType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. billing. models. AgreementType
- com.
- com.
public final class AgreementType
extends ExpandableStringEnum<AgreementType>
The type of agreement.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Agreement |
ENTERPRISE_AGREEMENT
Static value Enterprise |
|
static final
Agreement |
MICROSOFT_CUSTOMER_AGREEMENT
Static value Microsoft |
|
static final
Agreement |
MICROSOFT_ONLINE_SERVICES_PROGRAM
Static value Microsoft |
|
static final
Agreement |
MICROSOFT_PARTNER_AGREEMENT
Static value Microsoft |
|
static final
Agreement |
OTHER
Static value Other for Agreement |
Constructor Summary
| Constructor | Description |
|---|---|
| AgreementType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Agreement |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Agreement |
fromString(String name)
Creates or finds a Agreement |
|
static
Collection<Agreement |
values()
Gets known Agreement |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ENTERPRISE_AGREEMENT
public static final AgreementType ENTERPRISE_AGREEMENT
Static value EnterpriseAgreement for AgreementType.
MICROSOFT_CUSTOMER_AGREEMENT
public static final AgreementType MICROSOFT_CUSTOMER_AGREEMENT
Static value MicrosoftCustomerAgreement for AgreementType.
MICROSOFT_ONLINE_SERVICES_PROGRAM
public static final AgreementType MICROSOFT_ONLINE_SERVICES_PROGRAM
Static value MicrosoftOnlineServicesProgram for AgreementType.
MICROSOFT_PARTNER_AGREEMENT
public static final AgreementType MICROSOFT_PARTNER_AGREEMENT
Static value MicrosoftPartnerAgreement for AgreementType.
OTHER
public static final AgreementType OTHER
Static value Other for AgreementType.
Constructor Details
AgreementType
@Deprecated
public AgreementType()
Deprecated
Creates a new instance of AgreementType value.
Method Details
fromString
public static AgreementType fromString(String name)
Creates or finds a AgreementType from its string representation.
Parameters:
Returns:
values
public static Collection<AgreementType> values()
Gets known AgreementType values.
Returns: