PatchSchedulesOperationsExtensions.CreateOrUpdateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET