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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET