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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python