Compartilhar via


IClustersOperations Interface

Definição

Operações clustersOperations.

public interface IClustersOperations
type IClustersOperations = interface
Public Interface IClustersOperations

Métodos

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

Cria um Cluster no workspace fornecido.

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

Exclui um Cluster.

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

Cria um Cluster no workspace fornecido.

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

Exclui um Cluster.

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

Obtém informações sobre um Cluster.

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

Obtém informações sobre clusters associados ao workspace fornecido.

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

Obtém informações sobre clusters associados ao workspace fornecido.

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

Obtenha o endereço IP, a porta de todos os nós de computação no Cluster.

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

Obtenha o endereço IP, a porta de todos os nós de computação no Cluster.

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

Atualizações propriedades de um Cluster.

Métodos de Extensão

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

Cria um Cluster no workspace fornecido.

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

Cria um Cluster no workspace fornecido.

BeginDelete(IClustersOperations, String, String, String)

Exclui um Cluster.

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

Exclui um Cluster.

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

Cria um Cluster no workspace fornecido.

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

Cria um Cluster no workspace fornecido.

Delete(IClustersOperations, String, String, String)

Exclui um Cluster.

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

Exclui um Cluster.

Get(IClustersOperations, String, String, String)

Obtém informações sobre um Cluster.

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

Obtém informações sobre um Cluster.

ListByWorkspace(IClustersOperations, String, String, ClustersListByWorkspaceOptions)

Obtém informações sobre clusters associados ao workspace fornecido.

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

Obtém informações sobre clusters associados ao workspace fornecido.

ListByWorkspaceNext(IClustersOperations, String)

Obtém informações sobre clusters associados ao workspace fornecido.

ListByWorkspaceNextAsync(IClustersOperations, String, CancellationToken)

Obtém informações sobre clusters associados ao workspace fornecido.

ListRemoteLoginInformation(IClustersOperations, String, String, String)

Obtenha o endereço IP, a porta de todos os nós de computação no Cluster.

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

Obtenha o endereço IP, a porta de todos os nós de computação no Cluster.

ListRemoteLoginInformationNext(IClustersOperations, String)

Obtenha o endereço IP, a porta de todos os nós de computação no Cluster.

ListRemoteLoginInformationNextAsync(IClustersOperations, String, CancellationToken)

Obtenha o endereço IP, a porta de todos os nós de computação no Cluster.

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

Atualizações propriedades de um Cluster.

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

Atualizações propriedades de um Cluster.

Aplica-se a