FileWorkspaces interface
Interface representing a FileWorkspaces.
Methods
create(string, File |
Creates a new file workspace for the specified subscription. |
get(string, File |
Gets details for a specific file workspace in an Azure subscription. |
Method Details
create(string, FileWorkspacesCreateOptionalParams)
Creates a new file workspace for the specified subscription.
function create(fileWorkspaceName: string, options?: FileWorkspacesCreateOptionalParams): Promise<FileWorkspaceDetails>
Parameters
- fileWorkspaceName
-
string
File workspace name.
The options parameters.
Returns
Promise<FileWorkspaceDetails>
get(string, FileWorkspacesGetOptionalParams)
Gets details for a specific file workspace in an Azure subscription.
function get(fileWorkspaceName: string, options?: FileWorkspacesGetOptionalParams): Promise<FileWorkspaceDetails>
Parameters
- fileWorkspaceName
-
string
File Workspace Name
- options
- FileWorkspacesGetOptionalParams
The options parameters.
Returns
Promise<FileWorkspaceDetails>