VirtualMachineRestoreCheckpoint Class

  • java.lang.Object
    • com.azure.resourcemanager.scvmm.models.VirtualMachineRestoreCheckpoint

public final class VirtualMachineRestoreCheckpoint

Defines the restore checkpoint action properties.

Constructor Summary

Constructor Description
VirtualMachineRestoreCheckpoint()

Method Summary

Modifier and Type Method and Description
String id()

Get the id property: ID of the checkpoint to be restored to.

void validate()

Validates the instance.

VirtualMachineRestoreCheckpoint withId(String id)

Set the id property: ID of the checkpoint to be restored to.

Methods inherited from java.lang.Object

Constructor Details

VirtualMachineRestoreCheckpoint

public VirtualMachineRestoreCheckpoint()

Method Details

id

public String id()

Get the id property: ID of the checkpoint to be restored to.

Returns:

the id value.

validate

public void validate()

Validates the instance.

withId

public VirtualMachineRestoreCheckpoint withId(String id)

Set the id property: ID of the checkpoint to be restored to.

Parameters:

id - the id value to set.

Returns:

the VirtualMachineRestoreCheckpoint object itself.

Applies to