UpdateLongTermRetentionBackupParameters Class
Contains the information necessary to perform long term retention backup update operation.
- Inheritance
-
msrest.serialization.ModelUpdateLongTermRetentionBackupParameters
Constructor
UpdateLongTermRetentionBackupParameters(*, requested_backup_storage_redundancy: str | RequestedBackupStorageRedundancy | None = None, **kwargs)
Parameters
Name | Description |
---|---|
requested_backup_storage_redundancy
Required
|
The storage redundancy type of the copied backup. Possible values include: "Geo", "Local", "Zone". |
Keyword-Only Parameters
Name | Description |
---|---|
requested_backup_storage_redundancy
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python