public static interface SqlDatabaseExportRequest.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlDatabaseExportRequest.DefinitionStages.ExportTo
Sets the storage URI to use.
|
static interface |
SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword
Sets the authentication type and SQL or Active Directory administrator login and password.
|
static interface |
SqlDatabaseExportRequest.DefinitionStages.WithExecute
The stage of the definition which contains all the minimum required inputs for execution, but also allows
for any other optional settings to be specified.
|
static interface |
SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey
Sets the storage key type and value to use.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/