VirtualMachineCreateCheckpoint Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. VirtualMachineCreateCheckpoint
- com.
public final class VirtualMachineCreateCheckpoint
Defines the create checkpoint action properties.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| VirtualMachineCreateCheckpoint() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: Description of the checkpoint. |
| String |
name()
Get the name property: Name of the checkpoint. |
| void |
validate()
Validates the instance. |
|
Virtual |
withDescription(String description)
Set the description property: Description of the checkpoint. |
|
Virtual |
withName(String name)
Set the name property: Name of the checkpoint. |
Methods inherited from java.lang.Object
Constructor Details
VirtualMachineCreateCheckpoint
public VirtualMachineCreateCheckpoint()
Method Details
description
public String description()
Get the description property: Description of the checkpoint.
Returns:
name
public String name()
Get the name property: Name of the checkpoint.
Returns:
validate
public void validate()
Validates the instance.
withDescription
public VirtualMachineCreateCheckpoint withDescription(String description)
Set the description property: Description of the checkpoint.
Parameters:
Returns:
withName
public VirtualMachineCreateCheckpoint withName(String name)
Set the name property: Name of the checkpoint.
Parameters:
Returns: