Share via


IClustersOperations Interface

Definition

ClustersOperations operations.

public interface IClustersOperations
type IClustersOperations = interface
Public Interface IClustersOperations

Methods

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

Create or update a Log Analytics cluster.

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

Deletes a cluster instance.

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

Updates a Log Analytics cluster.

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

Create or update a Log Analytics cluster.

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

Deletes a cluster instance.

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

Gets a Log Analytics cluster instance.

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

Gets Log Analytics clusters in a resource group.

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

Gets Log Analytics clusters in a resource group.

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

Gets the Log Analytics clusters in a subscription.

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

Gets the Log Analytics clusters in a subscription.

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

Updates a Log Analytics cluster.

Extension Methods

BeginCreateOrUpdate(IClustersOperations, String, String, Cluster)

Create or update a Log Analytics cluster.

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

Create or update a Log Analytics cluster.

BeginDelete(IClustersOperations, String, String)

Deletes a cluster instance.

BeginDeleteAsync(IClustersOperations, String, String, CancellationToken)

Deletes a cluster instance.

BeginUpdate(IClustersOperations, String, String, ClusterPatch)

Updates a Log Analytics cluster.

BeginUpdateAsync(IClustersOperations, String, String, ClusterPatch, CancellationToken)

Updates a Log Analytics cluster.

CreateOrUpdate(IClustersOperations, String, String, Cluster)

Create or update a Log Analytics cluster.

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

Create or update a Log Analytics cluster.

Delete(IClustersOperations, String, String)

Deletes a cluster instance.

DeleteAsync(IClustersOperations, String, String, CancellationToken)

Deletes a cluster instance.

Get(IClustersOperations, String, String)

Gets a Log Analytics cluster instance.

GetAsync(IClustersOperations, String, String, CancellationToken)

Gets a Log Analytics cluster instance.

List(IClustersOperations)

Gets the Log Analytics clusters in a subscription.

ListAsync(IClustersOperations, CancellationToken)

Gets the Log Analytics clusters in a subscription.

ListByResourceGroup(IClustersOperations, String)

Gets Log Analytics clusters in a resource group.

ListByResourceGroupAsync(IClustersOperations, String, CancellationToken)

Gets Log Analytics clusters in a resource group.

ListByResourceGroupNext(IClustersOperations, String)

Gets Log Analytics clusters in a resource group.

ListByResourceGroupNextAsync(IClustersOperations, String, CancellationToken)

Gets Log Analytics clusters in a resource group.

ListNext(IClustersOperations, String)

Gets the Log Analytics clusters in a subscription.

ListNextAsync(IClustersOperations, String, CancellationToken)

Gets the Log Analytics clusters in a subscription.

Update(IClustersOperations, String, String, ClusterPatch)

Updates a Log Analytics cluster.

UpdateAsync(IClustersOperations, String, String, ClusterPatch, CancellationToken)

Updates a Log Analytics cluster.

Applies to