Share via


OpenShiftManagedClustersOperationsExtensions.BeginCreateOrUpdateAsync Method

Definition

Creates or updates an OpenShift managed cluster.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterInner> BeginCreateOrUpdateAsync (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 BeginCreateOrUpdateAsync : 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 BeginCreateOrUpdateAsync (operations As IOpenShiftManagedClustersOperations, resourceGroupName As String, resourceName As String, parameters As OpenShiftManagedClusterInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of OpenShiftManagedClusterInner)

Parameters

operations
IOpenShiftManagedClustersOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

resourceName
String

The name of the OpenShift managed cluster resource.

parameters
OpenShiftManagedClusterInner

Parameters supplied to the Create or Update an OpenShift Managed Cluster operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Creates or updates a OpenShift managed cluster with the specified configuration for agents and OpenShift version.

Applies to