IClustersOperations Interface

Definition

ClustersOperations operations.

public interface IClustersOperations
type IClustersOperations = interface
Public Interface IClustersOperations

Methods

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

Creates a Cluster in the given Workspace.

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

Deletes a Cluster.

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

Creates a Cluster in the given Workspace.

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

Deletes a Cluster.

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

Gets information about a Cluster.

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

Gets information about Clusters associated with the given Workspace.

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

Gets information about Clusters associated with the given Workspace.

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

Get the IP address, port of all the compute nodes in the Cluster.

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

Get the IP address, port of all the compute nodes in the Cluster.

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

Updates properties of a Cluster.

Extension Methods

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

Creates a Cluster in the given Workspace.

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

Creates a Cluster in the given Workspace.

BeginDelete(IClustersOperations, String, String, String)

Deletes a Cluster.

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

Deletes a Cluster.

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

Creates a Cluster in the given Workspace.

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

Creates a Cluster in the given Workspace.

Delete(IClustersOperations, String, String, String)

Deletes a Cluster.

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

Deletes a Cluster.

Get(IClustersOperations, String, String, String)

Gets information about a Cluster.

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

Gets information about a Cluster.

ListByWorkspace(IClustersOperations, String, String, ClustersListByWorkspaceOptions)

Gets information about Clusters associated with the given Workspace.

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

Gets information about Clusters associated with the given Workspace.

ListByWorkspaceNext(IClustersOperations, String)

Gets information about Clusters associated with the given Workspace.

ListByWorkspaceNextAsync(IClustersOperations, String, CancellationToken)

Gets information about Clusters associated with the given Workspace.

ListRemoteLoginInformation(IClustersOperations, String, String, String)

Get the IP address, port of all the compute nodes in the Cluster.

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

Get the IP address, port of all the compute nodes in the Cluster.

ListRemoteLoginInformationNext(IClustersOperations, String)

Get the IP address, port of all the compute nodes in the Cluster.

ListRemoteLoginInformationNextAsync(IClustersOperations, String, CancellationToken)

Get the IP address, port of all the compute nodes in the Cluster.

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

Updates properties of a Cluster.

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

Updates properties of a Cluster.

Applies to