你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ReachabilityAnalysisRunProperties Class
Represents the Reachability Analysis Run properties.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelReachabilityAnalysisRunProperties
Constructor
ReachabilityAnalysisRunProperties(*, intent_id: str, description: str | None = None, provisioning_state: str | _models.ProvisioningState | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
description
|
|
intent_id
|
Id of the intent resource to run analysis on. Required. |
provisioning_state
|
Provisioning states of a resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
Variables
Name | Description |
---|---|
description
|
|
intent_id
|
Id of the intent resource to run analysis on. Required. |
intent_content
|
Intent information. |
analysis_result
|
|
error_message
|
|
provisioning_state
|
Provisioning states of a resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |