ExportDatabaseDefinition Class

Contains the information necessary to perform export database operation.

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

Inheritance
ExportDatabaseDefinition

Constructor

ExportDatabaseDefinition(*, storage_key_type: Union[str, azure.mgmt.sql.models._sql_management_client_enums.StorageKeyType], storage_key: str, storage_uri: str, administrator_login: str, administrator_login_password: str, authentication_type: Optional[str] = None, network_isolation: Optional[azure.mgmt.sql.models._models_py3.NetworkIsolationSettings] = None, **kwargs)

Parameters

storage_key_type
str or StorageKeyType
Required

Required. Storage key type. Possible values include: "SharedAccessKey", "StorageAccessKey".

storage_key
str
Required

Required. Storage key.

storage_uri
str
Required

Required. Storage Uri.

administrator_login
str
Required

Required. Administrator login name.

administrator_login_password
str
Required

Required. Administrator login password.

authentication_type
str
Required

Authentication type.

network_isolation
NetworkIsolationSettings
Required

Optional resource information to enable network isolation for request.