Delen via


ClustersOperationsExtensions.ListByWorkspaceAsync Methode

Definitie

Hiermee haalt u informatie op over clusters die zijn gekoppeld aan de opgegeven werkruimte.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Cluster>> ListByWorkspaceAsync (this Microsoft.Azure.Management.BatchAI.IClustersOperations operations, string resourceGroupName, string workspaceName, Microsoft.Azure.Management.BatchAI.Models.ClustersListByWorkspaceOptions clustersListByWorkspaceOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByWorkspaceAsync : Microsoft.Azure.Management.BatchAI.IClustersOperations * string * string * Microsoft.Azure.Management.BatchAI.Models.ClustersListByWorkspaceOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Cluster>>
<Extension()>
Public Function ListByWorkspaceAsync (operations As IClustersOperations, resourceGroupName As String, workspaceName As String, Optional clustersListByWorkspaceOptions As ClustersListByWorkspaceOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Cluster))

Parameters

operations
IClustersOperations

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

Naam van de resourcegroep waartoe de resource behoort.

workspaceName
String

De naam van de werkruimte. Werkruimtenamen mogen alleen een combinatie van alfanumerieke tekens bevatten, samen met een streepje (-) en een onderstrepingsteken (_). De naam moet tussen 1 en 64 tekens lang zijn.

clustersListByWorkspaceOptions
ClustersListByWorkspaceOptions

Aanvullende parameters voor de bewerking

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op