次の方法で共有


RedisOperationsExtensions.ListUpgradeNotifications メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Redis.Models.UpgradeNotification> ListUpgradeNotifications (this Microsoft.Azure.Management.Redis.IRedisOperations operations, string resourceGroupName, string name, double history);
static member ListUpgradeNotifications : Microsoft.Azure.Management.Redis.IRedisOperations * string * string * double -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Redis.Models.UpgradeNotification>
<Extension()>
Public Function ListUpgradeNotifications (operations As IRedisOperations, resourceGroupName As String, name As String, history As Double) As IPage(Of UpgradeNotification)

パラメーター

operations
IRedisOperations

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

resourceGroupName
String

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

name
String

Redis キャッシュの名前。

history
Double

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

戻り値

適用対象