Uses of Interface
com.azure.resourcemanager.sql.models.SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword in com.azure.resourcemanager.sql.models
Subinterfaces of SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of database export operation definition.Methods in com.azure.resourcemanager.sql.models that return SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPasswordModifier and TypeMethodDescriptionSqlDatabase.exportTo(Creatable<StorageAccount> storageAccountCreatable, String containerName, String fileName) Exports the current database to a new storage account and relative path.SqlDatabase.exportTo(StorageAccount storageAccount, String containerName, String fileName) Exports the current database to an existing storage account and relative path.SqlDatabaseExportRequest.DefinitionStages.ExportTo.exportTo(Creatable<StorageAccount> storageAccountCreatable, String containerName, String fileName) SqlDatabaseExportRequest.DefinitionStages.ExportTo.exportTo(StorageAccount storageAccount, String containerName, String fileName) SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey.withSharedAccessKey(String sharedAccessKey) SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey.withStorageAccessKey(String storageAccessKey)