ISqlDatabaseImportRequestDefinition Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The entirety of database import operation definition.
public interface ISqlDatabaseImportRequestDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabaseImportExportResponse>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseImportRequest.Definition.IImportFrom, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseImportRequest.Definition.IWithAuthenticationTypeAndLoginPassword, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseImportRequest.Definition.IWithExecute, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseImportRequest.Definition.IWithStorageTypeAndKey
type ISqlDatabaseImportRequestDefinition = interface
interface IImportFrom
interface IWithStorageTypeAndKey
interface IWithAuthenticationTypeAndLoginPassword
interface IWithExecute
interface IExecutable<ISqlDatabaseImportExportResponse>
interface IIndexable
Public Interface ISqlDatabaseImportRequestDefinition
Implements IExecutable(Of ISqlDatabaseImportExportResponse), IImportFrom, IWithAuthenticationTypeAndLoginPassword, IWithExecute, IWithStorageTypeAndKey
- Implements
Properties
Key | (Inherited from IIndexable) |
Methods
Execute() |
Execute the request. (Inherited from IExecutable<T>) |
ExecuteAsync(CancellationToken, Boolean) |
Execute the request asynchronously. (Inherited from IExecutable<T>) |
ImportFrom(IStorageAccount, String, String) | (Inherited from IImportFrom) |
ImportFrom(String) | (Inherited from IImportFrom) |
WithActiveDirectoryLoginAndPassword(String, String) | (Inherited from IWithAuthenticationTypeAndLoginPassword) |
WithSharedAccessKey(String) | (Inherited from IWithStorageTypeAndKey) |
WithSqlAdministratorLoginAndPassword(String, String) | (Inherited from IWithAuthenticationTypeAndLoginPassword) |
WithStorageAccessKey(String) | (Inherited from IWithStorageTypeAndKey) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET