NamespaceUpdateParameters Class
Parameters supplied to the Patch Namespace operation.
- Inheritance
-
azure.mgmt.servicebus._serialization.ModelNamespaceUpdateParameters
Constructor
NamespaceUpdateParameters(*, tags: Dict[str, str] | None = None, sku: _models.Sku | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
Resource tags. |
sku
|
The sku of the created namespace. |
Variables
Name | Description |
---|---|
tags
|
Resource tags. |
sku
|
The sku of the created namespace. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python