VerifierWorkspaceUpdate Class
Represents the VerifierWorkspace update API request interface.
- Inheritance
-
azure.mgmt.network._serialization.ModelVerifierWorkspaceUpdate
Constructor
VerifierWorkspaceUpdate(*, tags: Dict[str, str] | None = None, properties: _models.VerifierWorkspaceUpdateProperties | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
Dictionary of |
properties
|
Represents the VerifierWorkspace update properties. |
Variables
Name | Description |
---|---|
tags
|
Dictionary of |
properties
|
Represents the VerifierWorkspace update properties. |
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