你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GatewayResiliencyRecommendation Class

Resiliency Recommendation details.

Constructor

GatewayResiliencyRecommendation(*, recommendation_title: str | None = None, recommendation_id: str | None = None, severity: str | None = None, recommendation_text: str | None = None, call_to_action_text: str | None = None, call_to_action_link: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
recommendation_title
str

Recommendation Title.

Default value: None
recommendation_id
str

Recommendation Id.

Default value: None
severity
str

Impact associated with the recommendation.

Default value: None
recommendation_text
str

Recommendation details.

Default value: None
call_to_action_text
str

Acton items to apply the recommendation.

Default value: None
call_to_action_link
str

Link to the public documentation for the associated recommendation.

Default value: None

Variables

Name Description
recommendation_title
str

Recommendation Title.

recommendation_id
str

Recommendation Id.

severity
str

Impact associated with the recommendation.

recommendation_text
str

Recommendation details.

call_to_action_text
str

Acton items to apply the recommendation.

call_to_action_link
str

Link to the public documentation for the associated recommendation.