WaitForInbuildReplicaSafetyCheck Class

Safety check that waits for the replica build operation to finish. This indicates that there is a replica that is going through the copy or is providing data for building another replica. Bring the node down will abort this copy operation which are typically expensive involving data movements.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.servicefabric.models._models_py3.PartitionSafetyCheck
WaitForInbuildReplicaSafetyCheck

Constructor

WaitForInbuildReplicaSafetyCheck(*, partition_id: Optional[str] = None, **kwargs)

Parameters

kind
str
Required

Required. Constant filled by server.

partition_id
str
Required

Id of the partition which is undergoing the safety check.