Share via


ClustersOperationsExtensions Class

Definition

Extension methods for ClustersOperations.

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

Methods

Create(IClustersOperations, String, String, Cluster)

Create an HCI cluster.

CreateAsync(IClustersOperations, String, String, Cluster, CancellationToken)

Create an HCI cluster.

Delete(IClustersOperations, String, String)

Delete an HCI cluster.

DeleteAsync(IClustersOperations, String, String, CancellationToken)

Delete an HCI cluster.

Get(IClustersOperations, String, String)

Get HCI cluster.

GetAsync(IClustersOperations, String, String, CancellationToken)

Get HCI cluster.

ListByResourceGroup(IClustersOperations, String)

List all HCI clusters in a resource group.

ListByResourceGroupAsync(IClustersOperations, String, CancellationToken)

List all HCI clusters in a resource group.

ListByResourceGroupNext(IClustersOperations, String)

List all HCI clusters in a resource group.

ListByResourceGroupNextAsync(IClustersOperations, String, CancellationToken)

List all HCI clusters in a resource group.

ListBySubscription(IClustersOperations)

List all HCI clusters in a subscription.

ListBySubscriptionAsync(IClustersOperations, CancellationToken)

List all HCI clusters in a subscription.

ListBySubscriptionNext(IClustersOperations, String)

List all HCI clusters in a subscription.

ListBySubscriptionNextAsync(IClustersOperations, String, CancellationToken)

List all HCI clusters in a subscription.

Update(IClustersOperations, String, String, IDictionary<String,String>)

Update an HCI cluster.

UpdateAsync(IClustersOperations, String, String, IDictionary<String,String>, CancellationToken)

Update an HCI cluster.

Applies to