FileWorkspacesOperations interface

Interface representing a FileWorkspaces operations.

Properties

create

Creates a new file workspace for the specified subscription.

get

Gets details for a specific file workspace in an Azure subscription.

Property Details

create

Creates a new file workspace for the specified subscription.

create: (fileWorkspaceName: string, options?: FileWorkspacesCreateOptionalParams) => Promise<FileWorkspaceDetails>

Property Value

(fileWorkspaceName: string, options?: FileWorkspacesCreateOptionalParams) => Promise<FileWorkspaceDetails>

get

Gets details for a specific file workspace in an Azure subscription.

get: (fileWorkspaceName: string, options?: FileWorkspacesGetOptionalParams) => Promise<FileWorkspaceDetails>

Property Value

(fileWorkspaceName: string, options?: FileWorkspacesGetOptionalParams) => Promise<FileWorkspaceDetails>