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

RecoveryWalkResponse Class

Response after calling a manual recovery walk.

Constructor

RecoveryWalkResponse(*args: Any, **kwargs: Any)

Variables

Name Description
walk_performed

Whether the recovery walk was performed.

next_platform_update_domain
int

The next update domain that needs to be walked. Null means walk spanning all update domains has been completed.

Attributes

next_platform_update_domain

The next update domain that needs to be walked. Null means walk spanning all update domains has been completed.

next_platform_update_domain: int | None

walk_performed

Whether the recovery walk was performed.

walk_performed: bool | None