Interface BackupManagementUsage
-
public interface BackupManagementUsage
An immutable client-side representation of BackupManagementUsage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Long
currentValue()
Gets the currentValue property: Current value of usage.BackupManagementUsageInner
innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.BackupManagementUsageInner object.Long
limit()
Gets the limit property: Limit of usage.NameInfo
name()
Gets the name property: Name of usage.OffsetDateTime
nextResetTime()
Gets the nextResetTime property: Next reset time of usage.String
quotaPeriod()
Gets the quotaPeriod property: Quota period of usage.UsagesUnit
unit()
Gets the unit property: Unit of the usage.
-
-
-
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.
-
-