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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python