FileWorkspacesNoSubscription interface
Interface representing a FileWorkspacesNoSubscription.
Methods
create(string, File |
Creates a new file workspace. |
get(string, File |
Gets details for a specific file workspace. |
Method Details
create(string, FileWorkspacesNoSubscriptionCreateOptionalParams)
Creates a new file workspace.
function create(fileWorkspaceName: string, options?: FileWorkspacesNoSubscriptionCreateOptionalParams): Promise<FileWorkspaceDetails>
Parameters
- fileWorkspaceName
-
string
File workspace name.
The options parameters.
Returns
Promise<FileWorkspaceDetails>
get(string, FileWorkspacesNoSubscriptionGetOptionalParams)
Gets details for a specific file workspace.
function get(fileWorkspaceName: string, options?: FileWorkspacesNoSubscriptionGetOptionalParams): Promise<FileWorkspaceDetails>
Parameters
- fileWorkspaceName
-
string
File Workspace Name
The options parameters.
Returns
Promise<FileWorkspaceDetails>