VirtualMachineUpdate Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. VirtualMachineUpdate
- com.
public final class VirtualMachineUpdate
Defines the virtualMachineUpdate.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| VirtualMachineUpdate() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Virtual |
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. |
|
Virtual |
withProperties(VirtualMachineUpdateProperties properties)
Set the properties property: Defines the resource properties. |
|
Virtual |
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:
tags
public Map<String,String> tags()
Get the tags property: Gets or sets the Resource tags.
Returns:
validate
public void validate()
Validates the instance.
withProperties
public VirtualMachineUpdate withProperties(VirtualMachineUpdateProperties properties)
Set the properties property: Defines the resource properties.
Parameters:
Returns:
withTags
public VirtualMachineUpdate withTags(Map<String,String> tags)
Set the tags property: Gets or sets the Resource tags.
Parameters:
Returns: