VirtualMachineDeleteCheckpoint Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. VirtualMachineDeleteCheckpoint
- com.
public final class VirtualMachineDeleteCheckpoint
Defines the delete checkpoint action properties.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| VirtualMachineDeleteCheckpoint() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
id()
Get the id property: ID of the checkpoint to be deleted. |
| void |
validate()
Validates the instance. |
|
Virtual |
withId(String id)
Set the id property: ID of the checkpoint to be deleted. |
Methods inherited from java.lang.Object
Constructor Details
VirtualMachineDeleteCheckpoint
public VirtualMachineDeleteCheckpoint()
Method Details
id
public String id()
Get the id property: ID of the checkpoint to be deleted.
Returns:
validate
public void validate()
Validates the instance.
withId
public VirtualMachineDeleteCheckpoint withId(String id)
Set the id property: ID of the checkpoint to be deleted.
Parameters:
Returns: