次の方法で共有


RedisOperationsExtensions.ListUpgradeNotificationsAsync メソッド

定義

Redis キャッシュのアップグレード通知を取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Redis.Models.UpgradeNotification>> ListUpgradeNotificationsAsync (this Microsoft.Azure.Management.Redis.IRedisOperations operations, string resourceGroupName, string name, double history, System.Threading.CancellationToken cancellationToken = default);
static member ListUpgradeNotificationsAsync : Microsoft.Azure.Management.Redis.IRedisOperations * string * string * double * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Redis.Models.UpgradeNotification>>
<Extension()>
Public Function ListUpgradeNotificationsAsync (operations As IRedisOperations, resourceGroupName As String, name As String, history As Double, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of UpgradeNotification))

パラメーター

operations
IRedisOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

name
String

Redis キャッシュの名前。

history
Double

アップグレード通知を検索する過去の時間 (分)

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象