Uses of Interface
com.azure.resourcemanager.sql.models.SqlDatabaseImportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlDatabaseImportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword in com.azure.resourcemanager.sql.models
Subinterfaces of SqlDatabaseImportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of database import operation definition.Methods in com.azure.resourcemanager.sql.models that return SqlDatabaseImportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPasswordModifier and TypeMethodDescriptionSqlDatabase.importBacpac(StorageAccount storageAccount, String containerName, String fileName) Imports into the current database from an existing storage account and relative path; the current database must be empty.SqlDatabaseImportRequest.DefinitionStages.ImportFrom.importFrom(StorageAccount storageAccount, String containerName, String fileName) SqlDatabaseImportRequest.DefinitionStages.WithStorageTypeAndKey.withSharedAccessKey(String sharedAccessKey) SqlDatabaseImportRequest.DefinitionStages.WithStorageTypeAndKey.withStorageAccessKey(String storageAccessKey)