Compartir a través de


IClustersOperations Interfaz

Definición

Operaciones clustersOperations.

public interface IClustersOperations
type IClustersOperations = interface
Public Interface IClustersOperations

Métodos

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

Crea un clúster en el área de trabajo especificada.

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

Elimina un clúster.

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

Crea un clúster en el área de trabajo especificada.

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

Elimina un clúster.

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

Obtiene información sobre un clúster.

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

Obtiene información sobre los clústeres asociados al área de trabajo especificada.

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

Obtiene información sobre los clústeres asociados al área de trabajo especificada.

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

Obtenga la dirección IP, el puerto de todos los nodos de proceso del clúster.

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

Obtenga la dirección IP, el puerto de todos los nodos de proceso del clúster.

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

Novedades propiedades de un clúster.

Métodos de extensión

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

Crea un clúster en el área de trabajo especificada.

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

Crea un clúster en el área de trabajo especificada.

BeginDelete(IClustersOperations, String, String, String)

Elimina un clúster.

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

Elimina un clúster.

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

Crea un clúster en el área de trabajo especificada.

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

Crea un clúster en el área de trabajo especificada.

Delete(IClustersOperations, String, String, String)

Elimina un clúster.

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

Elimina un clúster.

Get(IClustersOperations, String, String, String)

Obtiene información sobre un clúster.

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

Obtiene información sobre un clúster.

ListByWorkspace(IClustersOperations, String, String, ClustersListByWorkspaceOptions)

Obtiene información sobre los clústeres asociados al área de trabajo especificada.

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

Obtiene información sobre los clústeres asociados al área de trabajo especificada.

ListByWorkspaceNext(IClustersOperations, String)

Obtiene información sobre los clústeres asociados al área de trabajo especificada.

ListByWorkspaceNextAsync(IClustersOperations, String, CancellationToken)

Obtiene información sobre los clústeres asociados al área de trabajo especificada.

ListRemoteLoginInformation(IClustersOperations, String, String, String)

Obtenga la dirección IP, el puerto de todos los nodos de proceso del clúster.

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

Obtenga la dirección IP, el puerto de todos los nodos de proceso del clúster.

ListRemoteLoginInformationNext(IClustersOperations, String)

Obtenga la dirección IP, el puerto de todos los nodos de proceso del clúster.

ListRemoteLoginInformationNextAsync(IClustersOperations, String, CancellationToken)

Obtenga la dirección IP, el puerto de todos los nodos de proceso del clúster.

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

Novedades propiedades de un clúster.

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

Novedades propiedades de un clúster.

Se aplica a