Interface SqlDatabaseImportRequest.DefinitionStages.WithStorageTypeAndKey
- All Known Subinterfaces:
SqlDatabaseImportRequest.SqlDatabaseImportRequestDefinition
- Enclosing interface:
SqlDatabaseImportRequest.DefinitionStages
public static interface SqlDatabaseImportRequest.DefinitionStages.WithStorageTypeAndKey
Sets the storage key type and value to use.
-
Method Summary
Modifier and TypeMethodDescriptionwithSharedAccessKey(String sharedAccessKey) withStorageAccessKey(String storageAccessKey)
-
Method Details
-
withStorageAccessKey
SqlDatabaseImportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword withStorageAccessKey(String storageAccessKey) - Parameters:
storageAccessKey- the storage access key to use- Returns:
- next definition stage
-