PartitionSafetyCheck Class

Represents a safety check for the service partition being performed by service fabric before continuing with operations.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: EnsureAvailabilitySafetyCheck, EnsurePartitionQuorumSafetyCheck, WaitForInbuildReplicaSafetyCheck, WaitForPrimaryPlacementSafetyCheck, WaitForPrimarySwapSafetyCheck, WaitForReconfigurationSafetyCheck

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

Inheritance
azure.servicefabric.models._models_py3.SafetyCheck
PartitionSafetyCheck

Constructor

PartitionSafetyCheck(*, 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.