PartitionBackupEntity Class

Identifies the Service Fabric stateful partition which is being backed up.

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

Inheritance
azure.servicefabric.models._models_py3.BackupEntity
PartitionBackupEntity

Constructor

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

Parameters

entity_kind
str
Required

Required. Constant filled by server.

service_name
str
Required

The full name of the service with 'fabric:' URI scheme.

partition_id
str
Required

The partition ID identifying the partition.