ClustersOperationsExtensions Class

Definition

Extension methods for ClustersOperations.

public static class ClustersOperationsExtensions
type ClustersOperationsExtensions = class
Public Module ClustersOperationsExtensions
Inheritance
ClustersOperationsExtensions

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