VirtualMachineUpdate Class

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

public final class VirtualMachineUpdate

Defines the virtualMachineUpdate.

Constructor Summary

Constructor Description
VirtualMachineUpdate()

Method Summary

Modifier and Type Method and Description
VirtualMachineUpdateProperties properties()

Get the properties property: Defines the resource properties.

Map<String,String> tags()

Get the tags property: Gets or sets the Resource tags.

void validate()

Validates the instance.

VirtualMachineUpdate withProperties(VirtualMachineUpdateProperties properties)

Set the properties property: Defines the resource properties.

VirtualMachineUpdate withTags(Map<String,String> tags)

Set the tags property: Gets or sets the Resource tags.

Methods inherited from java.lang.Object

Constructor Details

VirtualMachineUpdate

public VirtualMachineUpdate()

Method Details

properties

public VirtualMachineUpdateProperties properties()

Get the properties property: Defines the resource properties.

Returns:

the properties value.

tags

public Map<String,String> tags()

Get the tags property: Gets or sets the Resource tags.

Returns:

the tags value.

validate

public void validate()

Validates the instance.

withProperties

public VirtualMachineUpdate withProperties(VirtualMachineUpdateProperties properties)

Set the properties property: Defines the resource properties.

Parameters:

properties - the properties value to set.

Returns:

the VirtualMachineUpdate object itself.

withTags

public VirtualMachineUpdate withTags(Map<String,String> tags)

Set the tags property: Gets or sets the Resource tags.

Parameters:

tags - the tags value to set.

Returns:

the VirtualMachineUpdate object itself.

Applies to