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) Specifies the share access key.withStorageAccessKey(String storageAccessKey) Specifies the storage access key.
-
Method Details
-
withStorageAccessKey
SqlDatabaseImportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword withStorageAccessKey(String storageAccessKey) Specifies the storage access key.- Parameters:
storageAccessKey- the storage access key to use- Returns:
- next definition stage
-