VerifierWorkspaceProperties Class
Properties of Verifier Workspace resource.
- Inheritance
-
azure.mgmt.network._serialization.ModelVerifierWorkspaceProperties
Constructor
VerifierWorkspaceProperties(*, description: str | None = None, provisioning_state: str | _models.ProvisioningState | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
description
|
|
provisioning_state
|
Provisioning states of a resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
Variables
Name | Description |
---|---|
description
|
|
provisioning_state
|
Provisioning states of a resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python