IOpenShiftManagedClustersOperations Interface

Definition

OpenShiftManagedClustersOperations operations.

public interface IOpenShiftManagedClustersOperations
type IOpenShiftManagedClustersOperations = interface
Public Interface IOpenShiftManagedClustersOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, OpenShiftManagedClusterInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates an OpenShift managed cluster.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an OpenShift managed cluster.

BeginUpdateTagsWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Updates tags on an OpenShift managed cluster.

CreateOrUpdateWithHttpMessagesAsync(String, String, OpenShiftManagedClusterInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates an OpenShift managed cluster.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an OpenShift managed cluster.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a OpenShift managed cluster.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

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

UpdateTagsWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Updates tags on an OpenShift managed cluster.

Extension 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