VirtualMachineCreateCheckpoint Class

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

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.

VirtualMachineCreateCheckpoint withDescription(String description)

Set the description property: Description of the checkpoint.

VirtualMachineCreateCheckpoint 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:

the description value.

name

public String name()

Get the name property: Name of the checkpoint.

Returns:

the name value.

validate

public void validate()

Validates the instance.

withDescription

public VirtualMachineCreateCheckpoint withDescription(String description)

Set the description property: Description of the checkpoint.

Parameters:

description - the description value to set.

Returns:

the VirtualMachineCreateCheckpoint object itself.

withName

public VirtualMachineCreateCheckpoint withName(String name)

Set the name property: Name of the checkpoint.

Parameters:

name - the name value to set.

Returns:

the VirtualMachineCreateCheckpoint object itself.

Applies to