FileServersOperationsExtensions.BeginCreate Method

Definition

Creates a File Server in the given workspace.

public static Microsoft.Azure.Management.BatchAI.Models.FileServer BeginCreate (this Microsoft.Azure.Management.BatchAI.IFileServersOperations operations, string resourceGroupName, string workspaceName, string fileServerName, Microsoft.Azure.Management.BatchAI.Models.FileServerCreateParameters parameters);
static member BeginCreate : Microsoft.Azure.Management.BatchAI.IFileServersOperations * string * string * string * Microsoft.Azure.Management.BatchAI.Models.FileServerCreateParameters -> Microsoft.Azure.Management.BatchAI.Models.FileServer
<Extension()>
Public Function BeginCreate (operations As IFileServersOperations, resourceGroupName As String, workspaceName As String, fileServerName As String, parameters As FileServerCreateParameters) As 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.

fileServerName
String

The name of the file server within the specified resource group. File server names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be from 1 through 64 characters long.

parameters
FileServerCreateParameters

The parameters to provide for File Server creation.

Returns

Applies to