Partager via


IClustersOperations Interface

Définition

Opérations ClustersOperations.

public interface IClustersOperations
type IClustersOperations = interface
Public Interface IClustersOperations

Méthodes

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

Créez un cluster HCI.

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

Supprimez un cluster HCI.

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

Obtenir un cluster HCI.

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

Répertorier tous les clusters HCI d’un groupe de ressources.

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

Répertorier tous les clusters HCI d’un groupe de ressources.

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

Répertorier tous les clusters HCI d’un abonnement.

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

Répertorier tous les clusters HCI d’un abonnement.

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

Mettre à jour un cluster HCI.

Méthodes d’extension

Create(IClustersOperations, String, String, Cluster)

Créez un cluster HCI.

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

Créez un cluster HCI.

Delete(IClustersOperations, String, String)

Supprimez un cluster HCI.

DeleteAsync(IClustersOperations, String, String, CancellationToken)

Supprimez un cluster HCI.

Get(IClustersOperations, String, String)

Obtenir un cluster HCI.

GetAsync(IClustersOperations, String, String, CancellationToken)

Obtenir un cluster HCI.

ListByResourceGroup(IClustersOperations, String)

Répertorier tous les clusters HCI d’un groupe de ressources.

ListByResourceGroupAsync(IClustersOperations, String, CancellationToken)

Répertorier tous les clusters HCI d’un groupe de ressources.

ListByResourceGroupNext(IClustersOperations, String)

Répertorier tous les clusters HCI d’un groupe de ressources.

ListByResourceGroupNextAsync(IClustersOperations, String, CancellationToken)

Répertorier tous les clusters HCI d’un groupe de ressources.

ListBySubscription(IClustersOperations)

Répertorier tous les clusters HCI d’un abonnement.

ListBySubscriptionAsync(IClustersOperations, CancellationToken)

Répertorier tous les clusters HCI d’un abonnement.

ListBySubscriptionNext(IClustersOperations, String)

Répertorier tous les clusters HCI d’un abonnement.

ListBySubscriptionNextAsync(IClustersOperations, String, CancellationToken)

Répertorier tous les clusters HCI d’un abonnement.

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

Mettre à jour un cluster HCI.

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

Mettre à jour un cluster HCI.

S’applique à