Compartilhar via


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.Model
ReachabilityAnalysisRunProperties

Constructor

ReachabilityAnalysisRunProperties(*, intent_id: str, description: str | None = None, provisioning_state: str | _models.ProvisioningState | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
description
str
intent_id
str

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
str
intent_id
str

Id of the intent resource to run analysis on. Required.

intent_content

Intent information.

analysis_result
str
error_message
str
provisioning_state

Provisioning states of a resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".