Dela via


FileServersOperationsExtensions.ListByWorkspace Metod

Definition

Hämtar en lista över filservrar som är associerade med den angivna arbetsytan.

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)

Parametrar

operations
IFileServersOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String

Namnet på resursgruppen som resursen tillhör.

workspaceName
String

Namnet på arbetsytan. Arbetsytenamn får bara innehålla en kombination av alfanumeriska tecken tillsammans med bindestreck (-) och understreck (_). Namnet måste vara mellan 1 och 64 tecken långt.

fileServersListByWorkspaceOptions
FileServersListByWorkspaceOptions

Ytterligare parametrar för åtgärden

Returer

Gäller för