Delen via


FileServersOperationsExtensions.ListByWorkspaceAsync Methode

Definitie

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.FileServer>> ListByWorkspaceAsync (this Microsoft.Azure.Management.BatchAI.IFileServersOperations operations, string resourceGroupName, string workspaceName, Microsoft.Azure.Management.BatchAI.Models.FileServersListByWorkspaceOptions fileServersListByWorkspaceOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByWorkspaceAsync : Microsoft.Azure.Management.BatchAI.IFileServersOperations * string * string * Microsoft.Azure.Management.BatchAI.Models.FileServersListByWorkspaceOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.FileServer>>
<Extension()>
Public Function ListByWorkspaceAsync (operations As IFileServersOperations, resourceGroupName As String, workspaceName As String, Optional fileServersListByWorkspaceOptions As FileServersListByWorkspaceOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op