Share via


OpenShiftManagedClustersOperationsExtensions Class

Definition

Extension methods for OpenShiftManagedClustersOperations.

public static class OpenShiftManagedClustersOperationsExtensions
type OpenShiftManagedClustersOperationsExtensions = class
Public Module OpenShiftManagedClustersOperationsExtensions
Inheritance
OpenShiftManagedClustersOperationsExtensions

Methods

BeginCreateOrUpdateAsync(IOpenShiftManagedClustersOperations, String, String, OpenShiftManagedClusterInner, CancellationToken)

Creates or updates an OpenShift managed cluster.

BeginDeleteAsync(IOpenShiftManagedClustersOperations, String, String, CancellationToken)

Deletes an OpenShift managed cluster.

BeginUpdateTagsAsync(IOpenShiftManagedClustersOperations, String, String, IDictionary<String,String>, CancellationToken)

Updates tags on an OpenShift managed cluster.

CreateOrUpdateAsync(IOpenShiftManagedClustersOperations, String, String, OpenShiftManagedClusterInner, CancellationToken)

Creates or updates an OpenShift managed cluster.

DeleteAsync(IOpenShiftManagedClustersOperations, String, String, CancellationToken)

Deletes an OpenShift managed cluster.

GetAsync(IOpenShiftManagedClustersOperations, String, String, CancellationToken)

Gets a OpenShift managed cluster.

ListAsync(IOpenShiftManagedClustersOperations, CancellationToken)

Gets a list of OpenShift managed clusters in the specified subscription.

ListByResourceGroupAsync(IOpenShiftManagedClustersOperations, String, CancellationToken)

Lists OpenShift managed clusters in the specified subscription and resource group.

ListByResourceGroupNextAsync(IOpenShiftManagedClustersOperations, String, CancellationToken)

Lists OpenShift managed clusters in the specified subscription and resource group.

ListNextAsync(IOpenShiftManagedClustersOperations, String, CancellationToken)

Gets a list of OpenShift managed clusters in the specified subscription.

UpdateTagsAsync(IOpenShiftManagedClustersOperations, String, String, IDictionary<String,String>, CancellationToken)

Updates tags on an OpenShift managed cluster.

Applies to