Partager via


OpenShiftManagedClustersOperationsExtensions.CreateOrUpdateAsync Méthode

Définition

Crée ou met à jour un cluster managé OpenShift.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterInner> CreateOrUpdateAsync (this Microsoft.Azure.Management.ContainerService.Fluent.IOpenShiftManagedClustersOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.ContainerService.Fluent.IOpenShiftManagedClustersOperations * string * string * Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterInner>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IOpenShiftManagedClustersOperations, resourceGroupName As String, resourceName As String, parameters As OpenShiftManagedClusterInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of OpenShiftManagedClusterInner)

Paramètres

operations
IOpenShiftManagedClustersOperations

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

resourceGroupName
String

Nom du groupe de ressources.

resourceName
String

Nom de la ressource de cluster managé OpenShift.

parameters
OpenShiftManagedClusterInner

Paramètres fournis à l’opération Créer ou mettre à jour un cluster managé OpenShift.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Crée ou met à jour un cluster managé OpenShift avec la configuration spécifiée pour les agents et la version d’OpenShift.

S’applique à