ClustersOperationsExtensions.ListRemoteLoginInformation Method

Definition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.RemoteLoginInformation> ListRemoteLoginInformation (this Microsoft.Azure.Management.BatchAI.IClustersOperations operations, string resourceGroupName, string workspaceName, string clusterName);
static member ListRemoteLoginInformation : Microsoft.Azure.Management.BatchAI.IClustersOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.RemoteLoginInformation>
<Extension()>
Public Function ListRemoteLoginInformation (operations As IClustersOperations, resourceGroupName As String, workspaceName As String, clusterName As String) As IPage(Of RemoteLoginInformation)

Parameters

operations
IClustersOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

workspaceName
String

The name of the workspace. Workspace names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be from 1 through 64 characters long.

clusterName
String

The name of the cluster within the specified resource group. Cluster names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be from 1 through 64 characters long.

Returns

Applies to