ProvisioningIssueProperties Class
Properties of provisioning issue.
Constructor
ProvisioningIssueProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
issue_type
|
Type of issue. Known values are: "Unknown" and "ConfigurationPropagationFailure". |
|
severity
|
Severity of the issue. Known values are: "Warning" and "Error". |
|
description
|
Description of the issue. |
Attributes
description
Description of the issue.
description: str | None
issue_type
"Unknown" and "ConfigurationPropagationFailure".
issue_type: str | _models.IssueType | None
severity
"Warning" and "Error".
severity: str | _models.Severity | None