RestorePointCollectionInner Class

public final class RestorePointCollectionInner
extends Resource

Create or update Restore Point collection parameters.

Constructor Summary

Constructor Description
RestorePointCollectionInner()

Creates an instance of RestorePointCollectionInner class.

Method Summary

Modifier and Type Method and Description
String provisioningState()

Get the provisioningState property: The provisioning state of the restore point collection.

String restorePointCollectionId()

Get the restorePointCollectionId property: The unique id of the restore point collection.

List<RestorePointInner> restorePoints()

Get the restorePoints property: A list containing all restore points created under this restore point collection.

RestorePointCollectionSourceProperties source()

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

void validate()

Validates the instance.

RestorePointCollectionInner withLocation(String location)
RestorePointCollectionInner withSource(RestorePointCollectionSourceProperties source)

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

RestorePointCollectionInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

RestorePointCollectionInner

public RestorePointCollectionInner()

Creates an instance of RestorePointCollectionInner class.

Method Details

provisioningState

public String provisioningState()

Get the provisioningState property: The provisioning state of the restore point collection.

Returns:

the provisioningState value.

restorePointCollectionId

public String restorePointCollectionId()

Get the restorePointCollectionId property: The unique id of the restore point collection.

Returns:

the restorePointCollectionId value.

restorePoints

public List restorePoints()

Get the restorePoints property: A list containing all restore points created under this restore point collection.

Returns:

the restorePoints value.

source

public RestorePointCollectionSourceProperties source()

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

Returns:

the source value.

validate

public void validate()

Validates the instance.

withLocation

public RestorePointCollectionInner withLocation(String location)

Overrides:

RestorePointCollectionInner.withLocation(String location)

Parameters:

location

withSource

public RestorePointCollectionInner withSource(RestorePointCollectionSourceProperties source)

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 RestorePointCollectionInner object itself.

withTags

public RestorePointCollectionInner withTags(Map tags)

Overrides:

RestorePointCollectionInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to