NamespacePatchParameters Class
Parameters supplied to the Patch Namespace operation.
- Inheritance
-
msrest.serialization.ModelNamespacePatchParameters
Constructor
NamespacePatchParameters(*, tags: Dict[str, str] | None = None, sku: Sku | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
A set of tags. Resource tags. |
sku
|
The sku of the created namespace. |
Variables
Name | Description |
---|---|
tags
|
A set of 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