FileServersOperationsExtensions.ListByWorkspace Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of File Servers associated with the specified workspace.
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
The operations group for this extension method.
- resourceGroupName
- String
Name of the resource group to which the resource belongs.
- workspaceName
- String
The name of the workspace. Workspace names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be from 1 through 64 characters long.
- fileServersListByWorkspaceOptions
- FileServersListByWorkspaceOptions
Additional parameters for the operation
Returns
Applies to
Azure SDK for .NET