次の方法で共有


ClustersOperationsExtensions.ListByWorkspace メソッド

定義

指定されたワークスペースに関連付けられているクラスターに関する情報を取得します。

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)

パラメーター

operations
IClustersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

workspaceName
String

ワークスペースの名前。 ワークスペース名には、英数字とダッシュ (-) とアンダースコア (_) の組み合わせのみを含めることができます。 名前は 1 から 64 文字の長さにする必要があります。

clustersListByWorkspaceOptions
ClustersListByWorkspaceOptions

操作の追加パラメーター

戻り値

適用対象