MachineUpdate Class

Describes a hybrid machine Update.

Inheritance
azure.mgmt.hybridcompute.models._models_py3.ResourceUpdate
MachineUpdate

Constructor

MachineUpdate(*, tags: Optional[Dict[str, str]] = None, identity: Optional[azure.mgmt.hybridcompute.models._models_py3.Identity] = None, properties: Optional[azure.mgmt.hybridcompute.models._models_py3.MachineUpdateProperties] = None, **kwargs)

Parameters

tags
dict[str, str]
Required

A set of tags. Resource tags.

identity
Identity
Required

Identity for the resource.

properties
MachineUpdateProperties
Required

Hybrid Compute Machine properties.