Uses of Class
com.azure.resourcemanager.sql.models.ExportDatabaseDefinition
Packages that use ExportDatabaseDefinition
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ExportDatabaseDefinition in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent with parameters of type ExportDatabaseDefinitionModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ImportExportOperationResultInner>, ImportExportOperationResultInner> DatabasesClient.beginExport(String resourceGroupName, String serverName, String databaseName, ExportDatabaseDefinition parameters) Exports a database.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ImportExportOperationResultInner>, ImportExportOperationResultInner> DatabasesClient.beginExport(String resourceGroupName, String serverName, String databaseName, ExportDatabaseDefinition parameters, com.azure.core.util.Context context) Exports a database.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ImportExportOperationResultInner>, ImportExportOperationResultInner> DatabasesClient.beginExportAsync(String resourceGroupName, String serverName, String databaseName, ExportDatabaseDefinition parameters) Exports a database.DatabasesClient.export(String resourceGroupName, String serverName, String databaseName, ExportDatabaseDefinition parameters) Exports a database.DatabasesClient.export(String resourceGroupName, String serverName, String databaseName, ExportDatabaseDefinition parameters, com.azure.core.util.Context context) Exports a database.DatabasesClient.exportAsync(String resourceGroupName, String serverName, String databaseName, ExportDatabaseDefinition parameters) Exports a database.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> DatabasesClient.exportWithResponseAsync(String resourceGroupName, String serverName, String databaseName, ExportDatabaseDefinition parameters) Exports a database. -
Uses of ExportDatabaseDefinition in com.azure.resourcemanager.sql.models
Subinterfaces with type arguments of type ExportDatabaseDefinition in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure SQL Database export operation request.Classes in com.azure.resourcemanager.sql.models that implement interfaces with type arguments of type ExportDatabaseDefinitionModifier and TypeClassDescriptionfinal classContains the information necessary to perform export database operation.Methods in com.azure.resourcemanager.sql.models that return ExportDatabaseDefinitionModifier and TypeMethodDescriptionstatic ExportDatabaseDefinitionExportDatabaseDefinition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExportDatabaseDefinition from the JsonReader.ExportDatabaseDefinition.withAdministratorLogin(String administratorLogin) Set the administratorLogin property: Administrator login name.ExportDatabaseDefinition.withAdministratorLoginPassword(String administratorLoginPassword) Set the administratorLoginPassword property: Administrator login password.ExportDatabaseDefinition.withAuthenticationType(String authenticationType) Set the authenticationType property: Authentication type.ExportDatabaseDefinition.withNetworkIsolation(NetworkIsolationSettings networkIsolation) Set the networkIsolation property: Optional resource information to enable network isolation for request.ExportDatabaseDefinition.withStorageKey(String storageKey) Set the storageKey property: Storage key.ExportDatabaseDefinition.withStorageKeyType(StorageKeyType storageKeyType) Set the storageKeyType property: Storage key type.ExportDatabaseDefinition.withStorageUri(String storageUri) Set the storageUri property: Storage Uri.