PatchResourceTagsAndSku Class

The object being used to update tags and sku of a resource, in general used for PATCH operations.

Inheritance
azure.mgmt.cognitiveservices.models._models_py3.PatchResourceTags
PatchResourceTagsAndSku

Constructor

PatchResourceTagsAndSku(*, tags: Dict[str, str] | None = None, sku: _models.Sku | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
tags

Resource tags.

sku
Sku

The resource model definition representing SKU.

Variables

Name Description
tags

Resource tags.

sku
Sku

The resource model definition representing SKU.