Class RestorePointCollectionSourceProperties

java.lang.Object
com.azure.resourcemanager.compute.models.RestorePointCollectionSourceProperties

public final class RestorePointCollectionSourceProperties extends Object
The properties of the source resource that this restore point collection is created from.
  • Constructor Details

    • RestorePointCollectionSourceProperties

      public RestorePointCollectionSourceProperties()
      Creates an instance of RestorePointCollectionSourceProperties class.
  • Method Details

    • location

      public String location()
      Get the location property: Location of the source resource used to create this restore point collection.
      Returns:
      the location value.
    • id

      public String 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.