Class RestorePointCollectionProperties
java.lang.Object
com.azure.resourcemanager.compute.fluent.models.RestorePointCollectionProperties
The restore point collection properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of RestorePointCollectionProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the provisioningState property: The provisioning state of the restore point collection.Get the restorePointCollectionId property: The unique id of the restore point collection.Get the restorePoints property: A list containing all restore points created under this restore point collection.source()Get the source property: The properties of the source resource that this restore point collection is created from.voidvalidate()Validates the instance.Set the source property: The properties of the source resource that this restore point collection is created from.
-
Constructor Details
-
RestorePointCollectionProperties
public RestorePointCollectionProperties()Creates an instance of RestorePointCollectionProperties class.
-
-
Method Details
-
source
Get the source property: The properties of the source resource that this restore point collection is created from.- Returns:
- the source value.
-
withSource
Set the source property: The properties of the source resource that this restore point collection is created from.- Parameters:
source- the source value to set.- Returns:
- the RestorePointCollectionProperties object itself.
-
provisioningState
Get the provisioningState property: The provisioning state of the restore point collection.- Returns:
- the provisioningState value.
-
restorePointCollectionId
Get the restorePointCollectionId property: The unique id of the restore point collection.- Returns:
- the restorePointCollectionId value.
-
restorePoints
Get the restorePoints property: A list containing all restore points created under this restore point collection.- Returns:
- the restorePoints value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-