Share via


ClustersOperationsExtensions Class

Definition

Extension methods for ClustersOperations.

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

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