ExportRDBParameters Class
Parameters for Redis export operation.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.redis._serialization.ModelExportRDBParameters
Constructor
ExportRDBParameters(*, prefix: str, container: str, format: str | None = None, preferred_data_archive_auth_method: str | None = None, storage_subscription_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
format
|
File format. |
prefix
|
Prefix to use for exported files. Required. |
container
|
Container name to export to. Required. |
preferred_data_archive_auth_method
|
Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS. |
storage_subscription_id
|
Subscription id of the storage container for data to be exported using ManagedIdentity. |
Variables
Name | Description |
---|---|
format
|
File format. |
prefix
|
Prefix to use for exported files. Required. |
container
|
Container name to export to. Required. |
preferred_data_archive_auth_method
|
Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS. |
storage_subscription_id
|
Subscription id of the storage container for data to be exported using ManagedIdentity. |
Azure SDK for Python