Share via


IClustersOperations Interface

Definition

ClustersOperations operations.

public interface IClustersOperations
type IClustersOperations = interface
Public Interface IClustersOperations

Methods

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

Create or update a cluster in a private cloud

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

Delete a cluster in a private cloud

BeginUpdateWithHttpMessagesAsync(String, String, String, ClusterUpdate, Dictionary<String,List<String>>, CancellationToken)

Update a cluster in a private cloud

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

Create or update a cluster in a private cloud

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

Delete a cluster in a private cloud

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

Get a cluster by name in a private cloud

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

List clusters in a private cloud

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

List clusters in a private cloud

UpdateWithHttpMessagesAsync(String, String, String, ClusterUpdate, Dictionary<String,List<String>>, CancellationToken)

Update a cluster in a private cloud

Extension Methods

BeginCreateOrUpdate(IClustersOperations, String, String, String, Cluster)

Create or update a cluster in a private cloud

BeginCreateOrUpdateAsync(IClustersOperations, String, String, String, Cluster, CancellationToken)

Create or update a cluster in a private cloud

BeginDelete(IClustersOperations, String, String, String)

Delete a cluster in a private cloud

BeginDeleteAsync(IClustersOperations, String, String, String, CancellationToken)

Delete a cluster in a private cloud

BeginUpdate(IClustersOperations, String, String, String, ClusterUpdate)

Update a cluster in a private cloud

BeginUpdateAsync(IClustersOperations, String, String, String, ClusterUpdate, CancellationToken)

Update a cluster in a private cloud

CreateOrUpdate(IClustersOperations, String, String, String, Cluster)

Create or update a cluster in a private cloud

CreateOrUpdateAsync(IClustersOperations, String, String, String, Cluster, CancellationToken)

Create or update a cluster in a private cloud

Delete(IClustersOperations, String, String, String)

Delete a cluster in a private cloud

DeleteAsync(IClustersOperations, String, String, String, CancellationToken)

Delete a cluster in a private cloud

Get(IClustersOperations, String, String, String)

Get a cluster by name in a private cloud

GetAsync(IClustersOperations, String, String, String, CancellationToken)

Get a cluster by name in a private cloud

List(IClustersOperations, String, String)

List clusters in a private cloud

ListAsync(IClustersOperations, String, String, CancellationToken)

List clusters in a private cloud

ListNext(IClustersOperations, String)

List clusters in a private cloud

ListNextAsync(IClustersOperations, String, CancellationToken)

List clusters in a private cloud

Update(IClustersOperations, String, String, String, ClusterUpdate)

Update a cluster in a private cloud

UpdateAsync(IClustersOperations, String, String, String, ClusterUpdate, CancellationToken)

Update a cluster in a private cloud

Applies to