VirtualMachineRestoreCheckpoint Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. VirtualMachineRestoreCheckpoint
- com.
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. |
|
Virtual |
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:
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:
Returns: