Delen via


FileServersOperationsExtensions.ListByWorkspace Methode

Definitie

Hiermee haalt u een lijst op met bestandsservers die zijn gekoppeld aan de opgegeven werkruimte.

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)

Parameters

operations
IFileServersOperations

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.

fileServersListByWorkspaceOptions
FileServersListByWorkspaceOptions

Aanvullende parameters voor de bewerking

Retouren

Van toepassing op