PartitionBackupConfigurationInfo Class

Backup configuration information, for a specific partition, specifying what backup policy is being applied and suspend description, if any.

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

Inheritance
azure.servicefabric.models._models_py3.BackupConfigurationInfo
PartitionBackupConfigurationInfo

Constructor

PartitionBackupConfigurationInfo(*, policy_name: Optional[str] = None, policy_inherited_from=None, suspension_info=None, service_name: Optional[str] = None, partition_id: Optional[str] = None, **kwargs)

Parameters

policy_name
str
Required

The name of the backup policy which is applicable to this Service Fabric application or service or partition.

policy_inherited_from
str or BackupPolicyScope
Required

Specifies the scope at which the backup policy is applied. Possible values include: 'Invalid', 'Partition', 'Service', 'Application'

suspension_info
BackupSuspensionInfo
Required

Describes the backup suspension details.

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.