TopicUpdateParameters Class

Properties of the Topic update.

Constructor

TopicUpdateParameters(*args: Any, **kwargs: Any)

Variables

Name Description
tags

Tags of the Topic resource.

identity

Topic resource identity information.

properties

Properties of the Topic resource.

sku

The Sku pricing tier for the topic.

Attributes

identity

Topic resource identity information.

identity: _models.IdentityInfo | None

properties

Properties of the Topic resource.

properties: _models.TopicUpdateParameterProperties | None

sku

The Sku pricing tier for the topic.

sku: _models.ResourceSku | None

tags

Tags of the Topic resource.

tags: dict[str, str] | None