Partager via


IClustersOperations Interface

Définition

Opérations ClustersOperations.

public interface IClustersOperations
type IClustersOperations = interface
Public Interface IClustersOperations

Méthodes

BeginCreateWithHttpMessagesAsync(String, String, String, ClusterCreateParameters, Dictionary<String,List<String>>, CancellationToken)

Crée un cluster dans l’espace de travail donné.

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

Supprime un cluster.

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

Crée un cluster dans l’espace de travail donné.

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

Supprime un cluster.

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

Obtient des informations sur un cluster.

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

Obtient des informations sur les clusters associés à l’espace de travail donné.

ListByWorkspaceWithHttpMessagesAsync(String, String, ClustersListByWorkspaceOptions, Dictionary<String,List<String>>, CancellationToken)

Obtient des informations sur les clusters associés à l’espace de travail donné.

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

Obtenez l’adresse IP, le port de tous les nœuds de calcul du cluster.

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

Obtenez l’adresse IP, le port de tous les nœuds de calcul du cluster.

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

Mises à jour propriétés d’un cluster.

Méthodes d’extension

BeginCreate(IClustersOperations, String, String, String, ClusterCreateParameters)

Crée un cluster dans l’espace de travail donné.

BeginCreateAsync(IClustersOperations, String, String, String, ClusterCreateParameters, CancellationToken)

Crée un cluster dans l’espace de travail donné.

BeginDelete(IClustersOperations, String, String, String)

Supprime un cluster.

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

Supprime un cluster.

Create(IClustersOperations, String, String, String, ClusterCreateParameters)

Crée un cluster dans l’espace de travail donné.

CreateAsync(IClustersOperations, String, String, String, ClusterCreateParameters, CancellationToken)

Crée un cluster dans l’espace de travail donné.

Delete(IClustersOperations, String, String, String)

Supprime un cluster.

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

Supprime un cluster.

Get(IClustersOperations, String, String, String)

Obtient des informations sur un cluster.

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

Obtient des informations sur un cluster.

ListByWorkspace(IClustersOperations, String, String, ClustersListByWorkspaceOptions)

Obtient des informations sur les clusters associés à l’espace de travail donné.

ListByWorkspaceAsync(IClustersOperations, String, String, ClustersListByWorkspaceOptions, CancellationToken)

Obtient des informations sur les clusters associés à l’espace de travail donné.

ListByWorkspaceNext(IClustersOperations, String)

Obtient des informations sur les clusters associés à l’espace de travail donné.

ListByWorkspaceNextAsync(IClustersOperations, String, CancellationToken)

Obtient des informations sur les clusters associés à l’espace de travail donné.

ListRemoteLoginInformation(IClustersOperations, String, String, String)

Obtenez l’adresse IP, le port de tous les nœuds de calcul du cluster.

ListRemoteLoginInformationAsync(IClustersOperations, String, String, String, CancellationToken)

Obtenez l’adresse IP, le port de tous les nœuds de calcul du cluster.

ListRemoteLoginInformationNext(IClustersOperations, String)

Obtenez l’adresse IP, le port de tous les nœuds de calcul du cluster.

ListRemoteLoginInformationNextAsync(IClustersOperations, String, CancellationToken)

Obtenez l’adresse IP, le port de tous les nœuds de calcul du cluster.

Update(IClustersOperations, String, String, String, ScaleSettings)

Mises à jour propriétés d’un cluster.

UpdateAsync(IClustersOperations, String, String, String, ScaleSettings, CancellationToken)

Mises à jour propriétés d’un cluster.

S’applique à