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)

Creates or updates an instance of an Event Hubs Cluster.

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

Deletes an existing Event Hubs Cluster. This operation is idempotent.

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

Modifies mutable properties on the Event Hubs Cluster. This operation is idempotent.

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

Creates or updates an instance of an Event Hubs Cluster.

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

Deletes an existing Event Hubs Cluster. This operation is idempotent.

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

Gets the resource description of the specified Event Hubs Cluster.

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

List the quantity of available pre-provisioned Event Hubs Clusters, indexed by Azure region.

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

Lists the available Event Hubs Clusters within an ARM resource group

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

Lists the available Event Hubs Clusters within an ARM resource group

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

Lists the available Event Hubs Clusters within an ARM resource group

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

Lists the available Event Hubs Clusters within an ARM resource group

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

List all Event Hubs Namespace IDs in an Event Hubs Dedicated Cluster.

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

Modifies mutable properties on the Event Hubs Cluster. This operation is idempotent.

Extension Methods

BeginCreateOrUpdate(IClustersOperations, String, String, Cluster)

Creates or updates an instance of an Event Hubs Cluster.

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

Creates or updates an instance of an Event Hubs Cluster.

BeginDelete(IClustersOperations, String, String)

Deletes an existing Event Hubs Cluster. This operation is idempotent.

BeginDeleteAsync(IClustersOperations, String, String, CancellationToken)

Deletes an existing Event Hubs Cluster. This operation is idempotent.

BeginUpdate(IClustersOperations, String, String, Cluster)

Modifies mutable properties on the Event Hubs Cluster. This operation is idempotent.

BeginUpdateAsync(IClustersOperations, String, String, Cluster, CancellationToken)

Modifies mutable properties on the Event Hubs Cluster. This operation is idempotent.

CreateOrUpdate(IClustersOperations, String, String, Cluster)

Creates or updates an instance of an Event Hubs Cluster.

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

Creates or updates an instance of an Event Hubs Cluster.

Delete(IClustersOperations, String, String)

Deletes an existing Event Hubs Cluster. This operation is idempotent.

DeleteAsync(IClustersOperations, String, String, CancellationToken)

Deletes an existing Event Hubs Cluster. This operation is idempotent.

Get(IClustersOperations, String, String)

Gets the resource description of the specified Event Hubs Cluster.

GetAsync(IClustersOperations, String, String, CancellationToken)

Gets the resource description of the specified Event Hubs Cluster.

ListAvailableClusterRegion(IClustersOperations)

List the quantity of available pre-provisioned Event Hubs Clusters, indexed by Azure region.

ListAvailableClusterRegionAsync(IClustersOperations, CancellationToken)

List the quantity of available pre-provisioned Event Hubs Clusters, indexed by Azure region.

ListByResourceGroup(IClustersOperations, String)

Lists the available Event Hubs Clusters within an ARM resource group

ListByResourceGroupAsync(IClustersOperations, String, CancellationToken)

Lists the available Event Hubs Clusters within an ARM resource group

ListByResourceGroupNext(IClustersOperations, String)

Lists the available Event Hubs Clusters within an ARM resource group

ListByResourceGroupNextAsync(IClustersOperations, String, CancellationToken)

Lists the available Event Hubs Clusters within an ARM resource group

ListBySubscription(IClustersOperations)

Lists the available Event Hubs Clusters within an ARM resource group

ListBySubscriptionAsync(IClustersOperations, CancellationToken)

Lists the available Event Hubs Clusters within an ARM resource group

ListBySubscriptionNext(IClustersOperations, String)

Lists the available Event Hubs Clusters within an ARM resource group

ListBySubscriptionNextAsync(IClustersOperations, String, CancellationToken)

Lists the available Event Hubs Clusters within an ARM resource group

ListNamespaces(IClustersOperations, String, String)

List all Event Hubs Namespace IDs in an Event Hubs Dedicated Cluster.

ListNamespacesAsync(IClustersOperations, String, String, CancellationToken)

List all Event Hubs Namespace IDs in an Event Hubs Dedicated Cluster.

Update(IClustersOperations, String, String, Cluster)

Modifies mutable properties on the Event Hubs Cluster. This operation is idempotent.

UpdateAsync(IClustersOperations, String, String, Cluster, CancellationToken)

Modifies mutable properties on the Event Hubs Cluster. This operation is idempotent.

Applies to