FileServersOperationsExtensions.ListByWorkspace メソッド

定義

指定したワークスペースに関連付けられているファイル サーバーの一覧を取得します。

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

パラメーター

operations
IFileServersOperations

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

resourceGroupName
String

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

workspaceName
String

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

fileServersListByWorkspaceOptions
FileServersListByWorkspaceOptions

操作の追加パラメーター

戻り値

適用対象