Freigeben über


ClustersOperationsExtensions.ListByWorkspace Methode

Definition

Ruft Informationen zu Clustern ab, die dem angegebenen Arbeitsbereich zugeordnet sind.

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

Parameter

operations
IClustersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

workspaceName
String

Den Namen des Arbeitsbereichs Arbeitsbereichsnamen dürfen nur eine Kombination aus alphanumerischen Zeichen zusammen mit Bindestrich (-) und Unterstrich (_) enthalten. Der Name muss zwischen 1 und 64 Zeichen lang sein.

clustersListByWorkspaceOptions
ClustersListByWorkspaceOptions

Zusätzliche Parameter für den Vorgang

Gibt zurück

Gilt für: