Interface SqlDatabaseImportRequest.DefinitionStages.WithStorageTypeAndKey
-
- All Known Subinterfaces:
SqlDatabaseImportRequest.SqlDatabaseImportRequestDefinition
- Enclosing interface:
- SqlDatabaseImportRequest.DefinitionStages
public static interface SqlDatabaseImportRequest.DefinitionStages.WithStorageTypeAndKeySets the storage key type and value to use.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlDatabaseImportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPasswordwithSharedAccessKey(String sharedAccessKey)SqlDatabaseImportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPasswordwithStorageAccessKey(String storageAccessKey)
-
-
-
Method Detail
-
withStorageAccessKey
SqlDatabaseImportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword withStorageAccessKey(String storageAccessKey)
- Parameters:
storageAccessKey- the storage access key to use- Returns:
- next definition stage
-
withSharedAccessKey
SqlDatabaseImportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword withSharedAccessKey(String sharedAccessKey)
- Parameters:
sharedAccessKey- the shared access key to use; it must be preceded with a "?."- Returns:
- next definition stage
-
-