NamespaceUpdateParameters Class
Properties to update namespace.
Constructor
NamespaceUpdateParameters(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
tags
|
Tags of the namespace resource. |
|
identity
|
Namespace resource identity information. |
|
sku
|
Represents available Sku pricing tiers. |
|
properties
|
Properties of the namespace resource. |
Attributes
identity
Namespace resource identity information.
identity: _models.IdentityInfo | None
properties
Properties of the namespace resource.
properties: _models.NamespaceUpdateParameterProperties | None
sku
Represents available Sku pricing tiers.
sku: _models.NamespaceSku | None
tags
Tags of the namespace resource.
tags: dict[str, str] | None