Delen via


Workspaces interface

Interface die een werkruimte vertegenwoordigt.

Methoden

createOrUpdate(string, string, Workspace, WorkspacesCreateOrUpdateOptionalParams)

Een werkruimte maken of bijwerken.

delete(string, string, WorkspacesDeleteOptionalParams)

Een werkruimte verwijderen.

get(string, string, WorkspacesGetOptionalParams)

Haal een werkruimte op.

listByResourceGroup(string, WorkspacesListByResourceGroupOptionalParams)

Werkruimten weergeven.

listBySubscription(WorkspacesListBySubscriptionOptionalParams)

Werkruimten weergeven in abonnement.

update(string, string, WorkspacesUpdateOptionalParams)

Een werkruimte bijwerken.

Methodedetails

createOrUpdate(string, string, Workspace, WorkspacesCreateOrUpdateOptionalParams)

Een werkruimte maken of bijwerken.

function createOrUpdate(resourceGroupName: string, workspaceName: string, workspace: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<Workspace>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte

workspace
Workspace

Object met werkruimtedefinities.

options
WorkspacesCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

Promise<Workspace>

delete(string, string, WorkspacesDeleteOptionalParams)

Een werkruimte verwijderen.

function delete(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte

options
WorkspacesDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, WorkspacesGetOptionalParams)

Haal een werkruimte op.

function get(resourceGroupName: string, workspaceName: string, options?: WorkspacesGetOptionalParams): Promise<Workspace>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte

options
WorkspacesGetOptionalParams

De optiesparameters.

Retouren

Promise<Workspace>

listByResourceGroup(string, WorkspacesListByResourceGroupOptionalParams)

Werkruimten weergeven.

function listByResourceGroup(resourceGroupName: string, options?: WorkspacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Workspace, Workspace[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

options
WorkspacesListByResourceGroupOptionalParams

De optiesparameters.

Retouren

listBySubscription(WorkspacesListBySubscriptionOptionalParams)

Werkruimten weergeven in abonnement.

function listBySubscription(options?: WorkspacesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Workspace, Workspace[], PageSettings>

Parameters

options
WorkspacesListBySubscriptionOptionalParams

De optiesparameters.

Retouren

update(string, string, WorkspacesUpdateOptionalParams)

Een werkruimte bijwerken.

function update(resourceGroupName: string, workspaceName: string, options?: WorkspacesUpdateOptionalParams): Promise<Workspace>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte

options
WorkspacesUpdateOptionalParams

De optiesparameters.

Retouren

Promise<Workspace>