Class RestorePointCollectionSourceProperties
java.lang.Object
com.azure.resourcemanager.compute.models.RestorePointCollectionSourceProperties
The properties of the source resource that this restore point collection is created from.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionid()Get the id property: Resource Id of the source resource used to create this restore point collection.location()Get the location property: Location of the source resource used to create this restore point collection.voidvalidate()Validates the instance.Set the id property: Resource Id of the source resource used to create this restore point collection.
-
Constructor Details
-
RestorePointCollectionSourceProperties
public RestorePointCollectionSourceProperties()
-
-
Method Details
-
location
Get the location property: Location of the source resource used to create this restore point collection.- Returns:
- the location value.
-
id
Get the id property: Resource Id of the source resource used to create this restore point collection.- Returns:
- the id value.
-
withId
Set the id property: Resource Id of the source resource used to create this restore point collection.- Parameters:
id- the id value to set.- Returns:
- the RestorePointCollectionSourceProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-