IPatchSchedulesOperations インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 つだけです)。 |
適用対象
Azure SDK for .NET