Class ContinuousBackupRestoreLocation
- java.lang.Object
-
- com.azure.resourcemanager.cosmos.models.ContinuousBackupRestoreLocation
-
public final class ContinuousBackupRestoreLocation extends Object
Properties of the regional restorable account.
-
-
Constructor Summary
Constructors Constructor Description ContinuousBackupRestoreLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringlocation()Get the location property: The name of the continuous backup restore location.voidvalidate()Validates the instance.ContinuousBackupRestoreLocationwithLocation(String location)Set the location property: The name of the continuous backup restore location.
-
-
-
Method Detail
-
location
public String location()
Get the location property: The name of the continuous backup restore location.- Returns:
- the location value.
-
withLocation
public ContinuousBackupRestoreLocation withLocation(String location)
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.
-
-