Uses of Class
com.azure.resourcemanager.sql.models.ExportRequest
-
Packages that use ExportRequest Package Description com.azure.resourcemanager.sql.fluent Package containing the service clients for SqlManagementClient.com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of ExportRequest in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent with parameters of type ExportRequest Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ImportExportResponseInner>,ImportExportResponseInner>DatabasesClient. beginExport(String resourceGroupName, String serverName, String databaseName, ExportRequest parameters)Exports a database to a bacpac.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ImportExportResponseInner>,ImportExportResponseInner>DatabasesClient. beginExport(String resourceGroupName, String serverName, String databaseName, ExportRequest parameters, com.azure.core.util.Context context)Exports a database to a bacpac.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ImportExportResponseInner>,ImportExportResponseInner>DatabasesClient. beginExportAsync(String resourceGroupName, String serverName, String databaseName, ExportRequest parameters)Exports a database to a bacpac.ImportExportResponseInnerDatabasesClient. export(String resourceGroupName, String serverName, String databaseName, ExportRequest parameters)Exports a database to a bacpac.ImportExportResponseInnerDatabasesClient. export(String resourceGroupName, String serverName, String databaseName, ExportRequest parameters, com.azure.core.util.Context context)Exports a database to a bacpac.Mono<ImportExportResponseInner>DatabasesClient. exportAsync(String resourceGroupName, String serverName, String databaseName, ExportRequest parameters)Exports a database to a bacpac.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>DatabasesClient. exportWithResponseAsync(String resourceGroupName, String serverName, String databaseName, ExportRequest parameters)Exports a database to a bacpac. -
Uses of ExportRequest in com.azure.resourcemanager.sql.models
Subclasses of ExportRequest in com.azure.resourcemanager.sql.models Modifier and Type Class Description classImportExtensionPropertiesRepresents the properties for an import operation.classImportRequestImport database parameters.Methods in com.azure.resourcemanager.sql.models that return ExportRequest Modifier and Type Method Description ExportRequestExportRequest. withAdministratorLogin(String administratorLogin)Set the administratorLogin property: The name of the SQL administrator.ExportRequestExportRequest. withAdministratorLoginPassword(String administratorLoginPassword)Set the administratorLoginPassword property: The password of the SQL administrator.ExportRequestExportRequest. withAuthenticationType(AuthenticationType authenticationType)Set the authenticationType property: The authentication type.ExportRequestExportRequest. withStorageKey(String storageKey)Set the storageKey property: The storage key to use.ExportRequestExportRequest. withStorageKeyType(StorageKeyType storageKeyType)Set the storageKeyType property: The type of the storage key to use.ExportRequestExportRequest. withStorageUri(String storageUri)Set the storageUri property: The storage uri to use.
-