次の方法で共有


ISqlDatabaseExportRequestDefinition インターフェイス

定義

データベース エクスポート操作の定義全体。

public interface ISqlDatabaseExportRequestDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabaseImportExportResponse>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseExportRequest.Definition.IExportTo, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseExportRequest.Definition.IWithAuthenticationTypeAndLoginPassword, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseExportRequest.Definition.IWithExecute, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseExportRequest.Definition.IWithStorageTypeAndKey
type ISqlDatabaseExportRequestDefinition = interface
    interface IExportTo
    interface IWithStorageTypeAndKey
    interface IWithAuthenticationTypeAndLoginPassword
    interface IWithExecute
    interface IExecutable<ISqlDatabaseImportExportResponse>
    interface IIndexable
Public Interface ISqlDatabaseExportRequestDefinition
Implements IExecutable(Of ISqlDatabaseImportExportResponse), IExportTo, IWithAuthenticationTypeAndLoginPassword, IWithExecute, IWithStorageTypeAndKey
実装

プロパティ

Key

データベース エクスポート操作の定義全体。

(継承元 IIndexable)

メソッド

Execute()

要求を実行します。

(継承元 IExecutable<T>)
ExecuteAsync(CancellationToken, Boolean)

要求を非同期的に実行します。

(継承元 IExecutable<T>)
ExportTo(ICreatable<IStorageAccount>, String, String)

データベース エクスポート操作の定義全体。

(継承元 IExportTo)
ExportTo(IStorageAccount, String, String)

データベース エクスポート操作の定義全体。

(継承元 IExportTo)
ExportTo(String)

データベース エクスポート操作の定義全体。

(継承元 IExportTo)
WithActiveDirectoryLoginAndPassword(String, String)

データベース エクスポート操作の定義全体。

(継承元 IWithAuthenticationTypeAndLoginPassword)
WithSharedAccessKey(String)

データベース エクスポート操作の定義全体。

(継承元 IWithStorageTypeAndKey)
WithSqlAdministratorLoginAndPassword(String, String)

データベース エクスポート操作の定義全体。

(継承元 IWithAuthenticationTypeAndLoginPassword)
WithStorageAccessKey(String)

データベース エクスポート操作の定義全体。

(継承元 IWithStorageTypeAndKey)

適用対象