Partager via


PatchSchedulesOperationsExtensions.CreateOrUpdateAsync Méthode

Définition

Créez ou remplacez la planification de mise à jour corrective pour le cache Redis.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Redis.Models.RedisPatchSchedule> CreateOrUpdateAsync (this Microsoft.Azure.Management.Redis.IPatchSchedulesOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.Redis.Models.RedisPatchSchedule parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Redis.IPatchSchedulesOperations * string * string * Microsoft.Azure.Management.Redis.Models.RedisPatchSchedule * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Redis.Models.RedisPatchSchedule>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IPatchSchedulesOperations, resourceGroupName As String, name As String, parameters As RedisPatchSchedule, 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.

parameters
RedisPatchSchedule

Paramètres permettant de définir la planification de mise à jour corrective pour le cache Redis.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à