NamespaceUpdateParameter Class
Parameters supplied to the Patch/update Namespace operation.
- Inheritance
-
azure.mgmt.eventhub._serialization.ModelNamespaceUpdateParameter
Constructor
NamespaceUpdateParameter(*, 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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python