次の方法で共有


IRecoverableDatabasesOperations インターフェイス

定義

RecoverableDatabasesOperations 操作。

public interface IRecoverableDatabasesOperations
type IRecoverableDatabasesOperations = interface
Public Interface IRecoverableDatabasesOperations

メソッド

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

回復可能なデータベースを取得します。これは、データベースの geo バックアップを表すリソースです

ListByServerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

回復可能なデータベースの一覧を取得します

拡張メソッド

GetAsync(IRecoverableDatabasesOperations, String, String, String, CancellationToken)

回復可能なデータベースを取得します。これは、データベースの geo バックアップを表すリソースです

ListByServerAsync(IRecoverableDatabasesOperations, String, String, CancellationToken)

回復可能なデータベースの一覧を取得します

適用対象