Interface BackupManagementUsage


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

      • unit

        UsagesUnit unit()
        Gets the unit property: Unit of the usage.
        Returns:
        the unit value.
      • quotaPeriod

        String quotaPeriod()
        Gets the quotaPeriod property: Quota period of usage.
        Returns:
        the quotaPeriod value.
      • nextResetTime

        OffsetDateTime nextResetTime()
        Gets the nextResetTime property: Next reset time of usage.
        Returns:
        the nextResetTime value.
      • currentValue

        Long currentValue()
        Gets the currentValue property: Current value of usage.
        Returns:
        the currentValue value.
      • limit

        Long limit()
        Gets the limit property: Limit of usage.
        Returns:
        the limit value.
      • name

        NameInfo name()
        Gets the name property: Name of usage.
        Returns:
        the name value.
      • innerModel

        BackupManagementUsageInner innerModel()
        Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.BackupManagementUsageInner object.
        Returns:
        the inner object.