FileWorkspacesNoSubscription interface

Interface representing a FileWorkspacesNoSubscription.

Methods

create(string, FileWorkspacesNoSubscriptionCreateOptionalParams)

Creates a new file workspace.

get(string, FileWorkspacesNoSubscriptionGetOptionalParams)

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.

options
FileWorkspacesNoSubscriptionCreateOptionalParams

The options parameters.

Returns

get(string, FileWorkspacesNoSubscriptionGetOptionalParams)

Gets details for a specific file workspace.

function get(fileWorkspaceName: string, options?: FileWorkspacesNoSubscriptionGetOptionalParams): Promise<FileWorkspaceDetails>

Parameters

fileWorkspaceName

string

File Workspace Name

options
FileWorkspacesNoSubscriptionGetOptionalParams

The options parameters.

Returns