All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.azure.resourcemanager.billing.models.DeleteBillingProfileEligibilityCode Maven / Gradle / Ivy

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.resourcemanager.billing.models;

import com.azure.core.util.ExpandableStringEnum;
import java.util.Collection;

/**
 * Code of the delete invoice section eligibility response.
 */
public final class DeleteBillingProfileEligibilityCode
    extends ExpandableStringEnum {
    /**
     * Static value None for DeleteBillingProfileEligibilityCode.
     */
    public static final DeleteBillingProfileEligibilityCode NONE = fromString("None");

    /**
     * Static value ActiveCredits for DeleteBillingProfileEligibilityCode.
     */
    public static final DeleteBillingProfileEligibilityCode ACTIVE_CREDITS = fromString("ActiveCredits");

    /**
     * Static value ActiveCreditCard for DeleteBillingProfileEligibilityCode.
     */
    public static final DeleteBillingProfileEligibilityCode ACTIVE_CREDIT_CARD = fromString("ActiveCreditCard");

    /**
     * Static value LastBillingProfile for DeleteBillingProfileEligibilityCode.
     */
    public static final DeleteBillingProfileEligibilityCode LAST_BILLING_PROFILE = fromString("LastBillingProfile");

    /**
     * Static value NotSupported for DeleteBillingProfileEligibilityCode.
     */
    public static final DeleteBillingProfileEligibilityCode NOT_SUPPORTED = fromString("NotSupported");

    /**
     * Static value OutstandingCharges for DeleteBillingProfileEligibilityCode.
     */
    public static final DeleteBillingProfileEligibilityCode OUTSTANDING_CHARGES = fromString("OutstandingCharges");

    /**
     * Static value PendingCharges for DeleteBillingProfileEligibilityCode.
     */
    public static final DeleteBillingProfileEligibilityCode PENDING_CHARGES = fromString("PendingCharges");

    /**
     * Static value ReservedInstances for DeleteBillingProfileEligibilityCode.
     */
    public static final DeleteBillingProfileEligibilityCode RESERVED_INSTANCES = fromString("ReservedInstances");

    /**
     * Static value ActiveBillingSubscriptions for DeleteBillingProfileEligibilityCode.
     */
    public static final DeleteBillingProfileEligibilityCode ACTIVE_BILLING_SUBSCRIPTIONS
        = fromString("ActiveBillingSubscriptions");

    /**
     * Creates a new instance of DeleteBillingProfileEligibilityCode value.
     * 
     * @deprecated Use the {@link #fromString(String)} factory method.
     */
    @Deprecated
    public DeleteBillingProfileEligibilityCode() {
    }

    /**
     * Creates or finds a DeleteBillingProfileEligibilityCode from its string representation.
     * 
     * @param name a name to look for.
     * @return the corresponding DeleteBillingProfileEligibilityCode.
     */
    public static DeleteBillingProfileEligibilityCode fromString(String name) {
        return fromString(name, DeleteBillingProfileEligibilityCode.class);
    }

    /**
     * Gets known DeleteBillingProfileEligibilityCode values.
     * 
     * @return known DeleteBillingProfileEligibilityCode values.
     */
    public static Collection values() {
        return values(DeleteBillingProfileEligibilityCode.class);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy