RestorePointCollectionSourceProperties Class

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

public final class RestorePointCollectionSourceProperties

The properties of the source resource that this restore point collection is created from.

Constructor Summary

Constructor Description
RestorePointCollectionSourceProperties()

Creates an instance of RestorePointCollectionSourceProperties class.

Method Summary

Modifier and Type Method and Description
String id()

Get the id property: Resource Id of the source resource used to create this restore point collection.

String location()

Get the location property: Location of the source resource used to create this restore point collection.

void validate()

Validates the instance.

RestorePointCollectionSourceProperties withId(String id)

Set the id property: Resource Id of the source resource used to create this restore point collection.

Methods inherited from java.lang.Object

Constructor Details

RestorePointCollectionSourceProperties

public RestorePointCollectionSourceProperties()

Creates an instance of RestorePointCollectionSourceProperties class.

Method Details

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.

location

public String location()

Get the location property: Location of the source resource used to create this restore point collection.

Returns:

the location value.

validate

public void validate()

Validates the instance.

withId

public RestorePointCollectionSourceProperties withId(String id)

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.

Applies to