ExportRDBParameters Class

Parameters for Redis export operation.

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

Inheritance
azure.mgmt.redis._serialization.Model
ExportRDBParameters

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
str

File format.

prefix
str

Prefix to use for exported files. Required.

container
str

Container name to export to. Required.

preferred_data_archive_auth_method
str

Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS.

storage_subscription_id
str

Subscription id of the storage container for data to be exported using ManagedIdentity.

Variables

Name Description
format
str

File format.

prefix
str

Prefix to use for exported files. Required.

container
str

Container name to export to. Required.

preferred_data_archive_auth_method
str

Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS.

storage_subscription_id
str

Subscription id of the storage container for data to be exported using ManagedIdentity.