TagsPatchResource Class
Wrapper resource for tags patch API request only.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelTagsPatchResource
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python