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.BackupConfigurationInfoPartitionBackupConfigurationInfo
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'
Feedback
Submit and view feedback for