Class RestorableLocationResource
java.lang.Object
com.azure.resourcemanager.cosmos.models.RestorableLocationResource
Properties of the regional restorable account.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of RestorableLocationResource class. -
Method Summary
Modifier and TypeMethodDescriptionGet the creationTime property: The creation time of the regional restorable database account (ISO-8601 format).Get the deletionTime property: The time at which the regional restorable database account has been deleted (ISO-8601 format).Get the locationName property: The location of the regional restorable account.Get the regionalDatabaseAccountInstanceId property: The instance id of the regional restorable account.voidvalidate()Validates the instance.
-
Constructor Details
-
RestorableLocationResource
public RestorableLocationResource()Creates an instance of RestorableLocationResource class.
-
-
Method Details
-
locationName
Get the locationName property: The location of the regional restorable account.- Returns:
- the locationName value.
-
regionalDatabaseAccountInstanceId
Get the regionalDatabaseAccountInstanceId property: The instance id of the regional restorable account.- Returns:
- the regionalDatabaseAccountInstanceId value.
-
creationTime
Get the creationTime property: The creation time of the regional restorable database account (ISO-8601 format).- Returns:
- the creationTime value.
-
deletionTime
Get the deletionTime property: The time at which the regional restorable database account has been deleted (ISO-8601 format).- Returns:
- the deletionTime value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-