EnsureAvailabilitySafetyCheck Class

Safety check that waits to ensure the availability of the partition. It waits until there are replicas available such that bringing down this replica will not cause availability loss for the partition.

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

Inheritance
azure.servicefabric.models._models_py3.PartitionSafetyCheck
EnsureAvailabilitySafetyCheck

Constructor

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