Category Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. billing. models. Category
- com.
- com.
public final class Category
extends ExpandableStringEnum<Category>
The category of the agreement.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| static final Category |
AFFILIATE_PURCHASE_TERMS
Static value Affiliate |
| static final Category |
INDIRECT_FOR_GOVERNMENT_AGREEMENT
Static value Indirect |
| static final Category |
MICROSOFT_CUSTOMER_AGREEMENT
Static value Microsoft |
| static final Category |
MICROSOFT_PARTNER_AGREEMENT
Static value Microsoft |
| static final Category |
OTHER
Static value Other for Category. |
| static final Category |
UKCLOUD_COMPUTE_FRAMEWORK
Static value UKCloud |
Constructor Summary
| Constructor | Description |
|---|---|
| Category() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Category value. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Category |
fromString(String name)
Creates or finds a Category from its string representation. |
| static Collection<Category> |
values()
Gets known Category values. |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AFFILIATE_PURCHASE_TERMS
public static final Category AFFILIATE_PURCHASE_TERMS
Static value AffiliatePurchaseTerms for Category.
INDIRECT_FOR_GOVERNMENT_AGREEMENT
public static final Category INDIRECT_FOR_GOVERNMENT_AGREEMENT
Static value IndirectForGovernmentAgreement for Category.
MICROSOFT_CUSTOMER_AGREEMENT
public static final Category MICROSOFT_CUSTOMER_AGREEMENT
Static value MicrosoftCustomerAgreement for Category.
MICROSOFT_PARTNER_AGREEMENT
public static final Category MICROSOFT_PARTNER_AGREEMENT
Static value MicrosoftPartnerAgreement for Category.
OTHER
public static final Category OTHER
Static value Other for Category.
UKCLOUD_COMPUTE_FRAMEWORK
public static final Category UKCLOUD_COMPUTE_FRAMEWORK
Static value UKCloudComputeFramework for Category.
Constructor Details
Category
@Deprecated
public Category()
Deprecated
Creates a new instance of Category value.
Method Details
fromString
public static Category fromString(String name)
Creates or finds a Category from its string representation.
Parameters:
Returns:
values
public static Collection<Category> values()
Gets known Category values.
Returns: