Compartilhar via


ClustersOperationsExtensions Classe

Definição

Métodos de extensão para ClustersOperations.

public static class ClustersOperationsExtensions
type ClustersOperationsExtensions = class
Public Module ClustersOperationsExtensions
Herança
ClustersOperationsExtensions

Métodos

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