Interface CreditSummary


  • public interface CreditSummary
    An immutable client-side representation of CreditSummary.
    • Method Detail

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • etag

        String etag()
        Gets the etag property: The etag for the resource.
        Returns:
        the etag value.
      • tags

        Map<String,​String> tags()
        Gets the tags property: Resource tags.
        Returns:
        the tags value.
      • balanceSummary

        CreditBalanceSummary balanceSummary()
        Gets the balanceSummary property: Summary of balances associated with this credit summary.
        Returns:
        the balanceSummary value.
      • pendingCreditAdjustments

        Amount pendingCreditAdjustments()
        Gets the pendingCreditAdjustments property: Pending credit adjustments.
        Returns:
        the pendingCreditAdjustments value.
      • expiredCredit

        Amount expiredCredit()
        Gets the expiredCredit property: Expired credit.
        Returns:
        the expiredCredit value.
      • pendingEligibleCharges

        Amount pendingEligibleCharges()
        Gets the pendingEligibleCharges property: Pending eligible charges.
        Returns:
        the pendingEligibleCharges value.
      • creditCurrency

        String creditCurrency()
        Gets the creditCurrency property: The credit currency.
        Returns:
        the creditCurrency value.
      • billingCurrency

        String billingCurrency()
        Gets the billingCurrency property: The billing currency.
        Returns:
        the billingCurrency value.
      • reseller

        Reseller reseller()
        Gets the reseller property: Credit's reseller.
        Returns:
        the reseller value.
      • etagPropertiesEtag

        String etagPropertiesEtag()
        Gets the etagPropertiesEtag property: The eTag for the resource.
        Returns:
        the etagPropertiesEtag value.
      • innerModel

        CreditSummaryInner innerModel()
        Gets the inner com.azure.resourcemanager.consumption.fluent.models.CreditSummaryInner object.
        Returns:
        the inner object.