Partager via


PatchSchedulesOperationsExtensions.GetAsync Méthode

Définition

Obtient la planification de mise à jour corrective d’un cache redis.

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)

Paramètres

operations
IPatchSchedulesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

name
String

Nom du cache redis.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à