Delen via


Workspaces interface

Interface die een werkruimte vertegenwoordigt.

Methoden

beginCreateOrUpdate(string, string, Workspace, WorkspacesCreateOrUpdateOptionalParams)

Een werkruimte maken of bijwerken.

beginCreateOrUpdateAndWait(string, string, Workspace, WorkspacesCreateOrUpdateOptionalParams)

Een werkruimte maken of bijwerken.

beginDelete(string, string, WorkspacesDeleteOptionalParams)

Hiermee verwijdert u een werkruimteresource. Als u de werkruimte wilt herstellen, maakt u deze opnieuw met dezelfde naam, in hetzelfde abonnement, dezelfde resourcegroep en locatie. De naam wordt 14 dagen bewaard en kan niet worden gebruikt voor een andere werkruimte. Als u de werkruimte volledig wilt verwijderen en de naam wilt vrijgeven, gebruikt u de vlag force.

beginDeleteAndWait(string, string, WorkspacesDeleteOptionalParams)

Hiermee verwijdert u een werkruimteresource. Als u de werkruimte wilt herstellen, maakt u deze opnieuw met dezelfde naam, in hetzelfde abonnement, dezelfde resourcegroep en locatie. De naam wordt 14 dagen bewaard en kan niet worden gebruikt voor een andere werkruimte. Als u de werkruimte volledig wilt verwijderen en de naam wilt vrijgeven, gebruikt u de vlag force.

get(string, string, WorkspacesGetOptionalParams)

Hiermee haalt u een werkruimte-exemplaar op.

list(WorkspacesListOptionalParams)

Hiermee haalt u de werkruimten in een abonnement op.

listByResourceGroup(string, WorkspacesListByResourceGroupOptionalParams)

Hiermee haalt u werkruimten op in een resourcegroep.

update(string, string, WorkspacePatch, WorkspacesUpdateOptionalParams)

Hiermee werkt u een werkruimte bij.

Methodedetails

beginCreateOrUpdate(string, string, Workspace, WorkspacesCreateOrUpdateOptionalParams)

Een werkruimte maken of bijwerken.

function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, parameters: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<Workspace>, Workspace>>

Parameters

resourceGroupName

string

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

workspaceName

string

De naam van de werkruimte.

parameters
Workspace

De parameters die nodig zijn om een werkruimte te maken of bij te werken.

options
WorkspacesCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

Promise<PollerLike<@azure/core-lro.PollOperationState<Workspace>, Workspace>>

beginCreateOrUpdateAndWait(string, string, Workspace, WorkspacesCreateOrUpdateOptionalParams)

Een werkruimte maken of bijwerken.

function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, parameters: 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.

parameters
Workspace

De parameters die nodig zijn om een werkruimte te maken of bij te werken.

options
WorkspacesCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

Promise<Workspace>

beginDelete(string, string, WorkspacesDeleteOptionalParams)

Hiermee verwijdert u een werkruimteresource. Als u de werkruimte wilt herstellen, maakt u deze opnieuw met dezelfde naam, in hetzelfde abonnement, dezelfde resourcegroep en locatie. De naam wordt 14 dagen bewaard en kan niet worden gebruikt voor een andere werkruimte. Als u de werkruimte volledig wilt verwijderen en de naam wilt vrijgeven, gebruikt u de vlag force.

function beginDelete(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, 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<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, WorkspacesDeleteOptionalParams)

Hiermee verwijdert u een werkruimteresource. Als u de werkruimte wilt herstellen, maakt u deze opnieuw met dezelfde naam, in hetzelfde abonnement, dezelfde resourcegroep en locatie. De naam wordt 14 dagen bewaard en kan niet worden gebruikt voor een andere werkruimte. Als u de werkruimte volledig wilt verwijderen en de naam wilt vrijgeven, gebruikt u de vlag force.

function beginDeleteAndWait(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)

Hiermee haalt u een werkruimte-exemplaar 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>

list(WorkspacesListOptionalParams)

Hiermee haalt u de werkruimten in een abonnement op.

function list(options?: WorkspacesListOptionalParams): PagedAsyncIterableIterator<Workspace, Workspace[], PageSettings>

Parameters

options
WorkspacesListOptionalParams

De optiesparameters.

Retouren

listByResourceGroup(string, WorkspacesListByResourceGroupOptionalParams)

Hiermee haalt u werkruimten op in een resourcegroep.

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

update(string, string, WorkspacePatch, WorkspacesUpdateOptionalParams)

Hiermee werkt u een werkruimte bij.

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

Parameters

resourceGroupName

string

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

workspaceName

string

De naam van de werkruimte.

parameters
WorkspacePatch

De parameters die nodig zijn om een werkruimte te patchen.

options
WorkspacesUpdateOptionalParams

De optiesparameters.

Retouren

Promise<Workspace>