Partager via


ClustersOperationsExtensions Classe

Définition

Méthodes d’extension pour ClustersOperations.

public static class ClustersOperationsExtensions
type ClustersOperationsExtensions = class
Public Module ClustersOperationsExtensions
Héritage
ClustersOperationsExtensions

Méthodes

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 dans le cluster.

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

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

ListRemoteLoginInformationNext(IClustersOperations, String)

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

ListRemoteLoginInformationNextAsync(IClustersOperations, String, CancellationToken)

Obtenez l’adresse IP, le port de tous les nœuds de calcul dans le 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 à