Class BackupManagementUsageList
- java.lang.Object
-
- com.azure.resourcemanager.recoveryservicesbackup.models.BackupManagementUsageList
-
public final class BackupManagementUsageList extends Object
Backup management usage for vault.
-
-
Constructor Summary
Constructors Constructor Description BackupManagementUsageList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate()
Validates the instance.List<BackupManagementUsageInner>
value()
Get the value property: The list of backup management usages for the given vault.BackupManagementUsageList
withValue(List<BackupManagementUsageInner> value)
Set the value property: The list of backup management usages for the given vault.
-
-
-
Method Detail
-
value
public List<BackupManagementUsageInner> value()
Get the value property: The list of backup management usages for the given vault.- Returns:
- the value value.
-
withValue
public BackupManagementUsageList withValue(List<BackupManagementUsageInner> value)
Set the value property: The list of backup management usages for the given vault.- Parameters:
value
- the value value to set.- Returns:
- the BackupManagementUsageList object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-