Class ContinuousBackupRestoreLocation
java.lang.Object
com.azure.resourcemanager.cosmos.models.ContinuousBackupRestoreLocation
Properties of the regional restorable account.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ContinuousBackupRestoreLocation class. -
Method Summary
Modifier and TypeMethodDescriptionlocation()Get the location property: The name of the continuous backup restore location.voidvalidate()Validates the instance.withLocation(String location) Set the location property: The name of the continuous backup restore location.
-
Constructor Details
-
ContinuousBackupRestoreLocation
public ContinuousBackupRestoreLocation()Creates an instance of ContinuousBackupRestoreLocation class.
-
-
Method Details
-
location
Get the location property: The name of the continuous backup restore location.- Returns:
- the location value.
-
withLocation
Set the location property: The name of the continuous backup restore location.- Parameters:
location- the location value to set.- Returns:
- the ContinuousBackupRestoreLocation object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-