Delen via


FileWorkspacesNoSubscription interface

Interface die een FileWorkspacesNoSubscription vertegenwoordigt.

Methoden

create(string, FileWorkspacesNoSubscriptionCreateOptionalParams)

Hiermee maakt u een nieuwe bestandswerkruimte.

get(string, FileWorkspacesNoSubscriptionGetOptionalParams)

Hiermee haalt u details op voor een specifieke bestandswerkruimte.

Methodedetails

create(string, FileWorkspacesNoSubscriptionCreateOptionalParams)

Hiermee maakt u een nieuwe bestandswerkruimte.

function create(fileWorkspaceName: string, options?: FileWorkspacesNoSubscriptionCreateOptionalParams): Promise<FileWorkspaceDetails>

Parameters

fileWorkspaceName

string

Naam van de bestandswerkruimte.

Retouren

get(string, FileWorkspacesNoSubscriptionGetOptionalParams)

Hiermee haalt u details op voor een specifieke bestandswerkruimte.

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

Parameters

fileWorkspaceName

string

Naam van bestandswerkruimte

options
FileWorkspacesNoSubscriptionGetOptionalParams

De optiesparameters.

Retouren