Uses of Class
com.microsoft.azure.management.sql.ExportRequest
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of ExportRequest in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionExportRequest.withAdministratorLogin
(String administratorLogin) Set the name of the SQL administrator.ExportRequest.withAdministratorLoginPassword
(String administratorLoginPassword) Set the password of the SQL administrator.ExportRequest.withAuthenticationType
(AuthenticationType authenticationType) Set the authentication type.ExportRequest.withStorageKey
(String storageKey) Set the storage key to use.ExportRequest.withStorageKeyType
(StorageKeyType storageKeyType) Set the type of the storage key to use.ExportRequest.withStorageUri
(String storageUri) Set the storage uri to use.