public static interface SqlDatabaseExportRequest.DefinitionStages.ExportTo
| Modifier and Type | Method and Description |
|---|---|
SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword |
exportTo(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.storage.StorageAccount> storageAccountCreatable,
String containerName,
String fileName) |
SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword |
exportTo(com.microsoft.azure.management.storage.StorageAccount storageAccount,
String containerName,
String fileName) |
SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey |
exportTo(String storageUri) |
SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey exportTo(String storageUri)
storageUri - the storage URI to useSqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword exportTo(com.microsoft.azure.management.storage.StorageAccount storageAccount, String containerName, String fileName)
storageAccount - an existing storage account to be usedcontainerName - the container name within the storage account to usefileName - the exported database file nameSqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword exportTo(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.storage.StorageAccount> storageAccountCreatable, String containerName, String fileName)
storageAccountCreatable - a storage account to be created as part of this execution flowcontainerName - the container name within the storage account to usefileName - the exported database file name/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/