Uses of Class
com.microsoft.azure.management.sql.ExportRequest
Packages that use ExportRequest
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of ExportRequest in com.microsoft.azure.management.sql
Subclasses of ExportRequest in com.microsoft.azure.management.sqlMethods in com.microsoft.azure.management.sql that return ExportRequestModifier 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.