VirtualMachineDeleteCheckpoint Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. VirtualMachineDeleteCheckpoint
- com.
Implements
public final class VirtualMachineDeleteCheckpoint
implements JsonSerializable<VirtualMachineDeleteCheckpoint>
Defines the delete checkpoint action properties.
Constructor Summary
| Constructor | Description |
|---|---|
| VirtualMachineDeleteCheckpoint() |
Creates an instance of Virtual |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Virtual |
fromJson(JsonReader jsonReader)
Reads an instance of Virtual |
| String |
id()
Get the id property: ID of the checkpoint to be deleted. |
|
Json |
toJson(JsonWriter jsonWriter) |
| 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()
Creates an instance of VirtualMachineDeleteCheckpoint class.
Method Details
fromJson
public static VirtualMachineDeleteCheckpoint fromJson(JsonReader jsonReader)
Reads an instance of VirtualMachineDeleteCheckpoint from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: ID of the checkpoint to be deleted.
Returns:
toJson
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: