public static interface SqlDatabaseImportRequest.DefinitionStages.WithStorageTypeAndKey
| Modifier and Type | Method and Description |
|---|---|
SqlDatabaseImportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword |
withSharedAccessKey(String sharedAccessKey) |
SqlDatabaseImportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword |
withStorageAccessKey(String storageAccessKey) |
SqlDatabaseImportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword withStorageAccessKey(String storageAccessKey)
storageAccessKey - the storage access key to useSqlDatabaseImportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword withSharedAccessKey(String sharedAccessKey)
sharedAccessKey - the shared access key to use; it must be preceded with a "?."/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/