VirtualMachineDeleteCheckpoint Class

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

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.

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

the id value.

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:

id - the id value to set.

Returns:

the VirtualMachineDeleteCheckpoint object itself.

Applies to