次の方法で共有


IPatchSchedulesOperations インターフェイス

定義

PatchSchedulesOperations 操作。

public interface IPatchSchedulesOperations
type IPatchSchedulesOperations = interface
Public Interface IPatchSchedulesOperations

メソッド

CreateOrUpdateWithHttpMessagesAsync(String, String, IList<ScheduleEntryInner>, Dictionary<String,List<String>>, CancellationToken)

Redis キャッシュのパッチ適用スケジュールを作成または置き換えます (Premium SKU が必要)。

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

Redis Cache のパッチ適用スケジュールを削除します (Premium SKU が必要)。

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

Redis キャッシュのパッチ適用スケジュールを取得します (Premium SKU が必要)。

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

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

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

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

拡張メソッド

CreateOrUpdateAsync(IPatchSchedulesOperations, String, String, IList<ScheduleEntryInner>, CancellationToken)

Redis キャッシュのパッチ適用スケジュールを作成または置き換えます (Premium SKU が必要)。

DeleteAsync(IPatchSchedulesOperations, String, String, CancellationToken)

Redis Cache のパッチ適用スケジュールを削除します (Premium SKU が必要)。

GetAsync(IPatchSchedulesOperations, String, String, CancellationToken)

Redis キャッシュのパッチ適用スケジュールを取得します (Premium SKU が必要)。

ListByRedisResourceAsync(IPatchSchedulesOperations, String, String, CancellationToken)

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

ListByRedisResourceNextAsync(IPatchSchedulesOperations, String, CancellationToken)

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

適用対象