TagsPatchResource Class

Wrapper resource for tags patch API request only.

Inheritance
azure.mgmt.resource.resources._serialization.Model
TagsPatchResource

Constructor

TagsPatchResource(*, operation: str | _models.TagsPatchOperation | None = None, properties: _models.Tags | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
operation

The operation type for the patch API. Known values are: "Replace", "Merge", and "Delete".

properties

The set of tags.

Variables

Name Description
operation

The operation type for the patch API. Known values are: "Replace", "Merge", and "Delete".

properties

The set of tags.