IPatchSchedulesOperations インターフェイス

定義

PatchSchedulesOperations 操作。

public interface IPatchSchedulesOperations
type IPatchSchedulesOperations = interface
Public Interface IPatchSchedulesOperations

メソッド

CreateOrUpdateWithHttpMessagesAsync(String, String, RedisPatchSchedule, Dictionary<String,List<String>>, CancellationToken)

Redis Cache のパッチ適用スケジュールを作成または置き換えます。

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

Redis キャッシュのパッチ適用スケジュールを削除します。

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

Redis キャッシュのパッチ適用スケジュールを取得します。

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

指定した Redis キャッシュ内のすべてのパッチ スケジュールを取得します (1 つだけです)。

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

指定した Redis キャッシュ内のすべてのパッチ スケジュールを取得します (1 つだけです)。

拡張メソッド

CreateOrUpdate(IPatchSchedulesOperations, String, String, RedisPatchSchedule)

Redis Cache のパッチ適用スケジュールを作成または置き換えます。

CreateOrUpdateAsync(IPatchSchedulesOperations, String, String, RedisPatchSchedule, CancellationToken)

Redis Cache のパッチ適用スケジュールを作成または置き換えます。

Delete(IPatchSchedulesOperations, String, String)

Redis キャッシュのパッチ適用スケジュールを削除します。

DeleteAsync(IPatchSchedulesOperations, String, String, CancellationToken)

Redis キャッシュのパッチ適用スケジュールを削除します。

Get(IPatchSchedulesOperations, String, String)

Redis キャッシュのパッチ適用スケジュールを取得します。

GetAsync(IPatchSchedulesOperations, String, String, CancellationToken)

Redis キャッシュのパッチ適用スケジュールを取得します。

ListByRedisResource(IPatchSchedulesOperations, String, String)

指定した Redis キャッシュ内のすべてのパッチ スケジュールを取得します (1 つだけです)。

ListByRedisResourceAsync(IPatchSchedulesOperations, String, String, CancellationToken)

指定した Redis キャッシュ内のすべてのパッチ スケジュールを取得します (1 つだけです)。

ListByRedisResourceNext(IPatchSchedulesOperations, String)

指定した Redis キャッシュ内のすべてのパッチ スケジュールを取得します (1 つだけです)。

ListByRedisResourceNextAsync(IPatchSchedulesOperations, String, CancellationToken)

指定した Redis キャッシュ内のすべてのパッチ スケジュールを取得します (1 つだけです)。

適用対象