PatchSchedulesOperationsExtensions.GetAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Redis.Models.RedisPatchSchedule> GetAsync (this Microsoft.Azure.Management.Redis.IPatchSchedulesOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Redis.IPatchSchedulesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Redis.Models.RedisPatchSchedule>
<Extension()>
Public Function GetAsync (operations As IPatchSchedulesOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RedisPatchSchedule)

パラメーター

operations
IPatchSchedulesOperations

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

resourceGroupName
String

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

name
String

Redis Cache の名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象