ISqlDatabaseImportRequestDefinition Interface

Definition

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