Partager via


IClustersOperations Interface

Définition

Opérations ClustersOperations.

public interface IClustersOperations
type IClustersOperations = interface
Public Interface IClustersOperations

Méthodes

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

Créer ou mettre à jour un cluster dans un cloud privé

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

Supprimer un cluster dans un cloud privé

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

Mettre à jour un cluster dans un cloud privé

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

Créer ou mettre à jour un cluster dans un cloud privé

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

Supprimer un cluster dans un cloud privé

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

Obtenir un cluster par nom dans un cloud privé

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

Répertorier les clusters dans un cloud privé

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

Répertorier les clusters dans un cloud privé

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

Mettre à jour un cluster dans un cloud privé

Méthodes d’extension

BeginCreateOrUpdate(IClustersOperations, String, String, String, Cluster)

Créer ou mettre à jour un cluster dans un cloud privé

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

Créer ou mettre à jour un cluster dans un cloud privé

BeginDelete(IClustersOperations, String, String, String)

Supprimer un cluster dans un cloud privé

BeginDeleteAsync(IClustersOperations, String, String, String, CancellationToken)

Supprimer un cluster dans un cloud privé

BeginUpdate(IClustersOperations, String, String, String, ClusterUpdate)

Mettre à jour un cluster dans un cloud privé

BeginUpdateAsync(IClustersOperations, String, String, String, ClusterUpdate, CancellationToken)

Mettre à jour un cluster dans un cloud privé

CreateOrUpdate(IClustersOperations, String, String, String, Cluster)

Créer ou mettre à jour un cluster dans un cloud privé

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

Créer ou mettre à jour un cluster dans un cloud privé

Delete(IClustersOperations, String, String, String)

Supprimer un cluster dans un cloud privé

DeleteAsync(IClustersOperations, String, String, String, CancellationToken)

Supprimer un cluster dans un cloud privé

Get(IClustersOperations, String, String, String)

Obtenir un cluster par nom dans un cloud privé

GetAsync(IClustersOperations, String, String, String, CancellationToken)

Obtenir un cluster par nom dans un cloud privé

List(IClustersOperations, String, String)

Répertorier les clusters dans un cloud privé

ListAsync(IClustersOperations, String, String, CancellationToken)

Répertorier les clusters dans un cloud privé

ListNext(IClustersOperations, String)

Répertorier les clusters dans un cloud privé

ListNextAsync(IClustersOperations, String, CancellationToken)

Répertorier les clusters dans un cloud privé

Update(IClustersOperations, String, String, String, ClusterUpdate)

Mettre à jour un cluster dans un cloud privé

UpdateAsync(IClustersOperations, String, String, String, ClusterUpdate, CancellationToken)

Mettre à jour un cluster dans un cloud privé

S’applique à