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)

Een werkruimte verwijderen

beginDeleteAndWait(string, string, WorkspacesDeleteOptionalParams)

Een werkruimte verwijderen

beginUpdate(string, string, WorkspacePatchInfo, WorkspacesUpdateOptionalParams)

Een werkruimte bijwerken

beginUpdateAndWait(string, string, WorkspacePatchInfo, WorkspacesUpdateOptionalParams)

Een werkruimte bijwerken

get(string, string, WorkspacesGetOptionalParams)

Hiermee haalt u een werkruimte op

list(WorkspacesListOptionalParams)

Retourneert een lijst met werkruimten in een abonnement

listByResourceGroup(string, WorkspacesListByResourceGroupOptionalParams)

Retourneert een lijst met werkruimten in een resourcegroep

Methodedetails

beginCreateOrUpdate(string, string, Workspace, WorkspacesCreateOrUpdateOptionalParams)

Een werkruimte maken of bijwerken

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

workspaceInfo
Workspace

Eigenschappen van aanvraag voor werkruimte maken of bijwerken

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, workspaceInfo: 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.

workspaceInfo
Workspace

Eigenschappen van aanvraag voor werkruimte maken of bijwerken

options
WorkspacesCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

Promise<Workspace>

beginDelete(string, string, WorkspacesDeleteOptionalParams)

Een werkruimte verwijderen

function beginDelete(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<PollerLike<PollOperationState<WorkspacesDeleteResponse>, WorkspacesDeleteResponse>>

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<WorkspacesDeleteResponse>, WorkspacesDeleteResponse>>

beginDeleteAndWait(string, string, WorkspacesDeleteOptionalParams)

Een werkruimte verwijderen

function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<WorkspacesDeleteResponse>

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

beginUpdate(string, string, WorkspacePatchInfo, WorkspacesUpdateOptionalParams)

Een werkruimte bijwerken

function beginUpdate(resourceGroupName: string, workspaceName: string, workspacePatchInfo: WorkspacePatchInfo, options?: WorkspacesUpdateOptionalParams): 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.

workspacePatchInfo
WorkspacePatchInfo

Eigenschappen van patchaanvraag voor werkruimte

options
WorkspacesUpdateOptionalParams

De optiesparameters.

Retouren

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

beginUpdateAndWait(string, string, WorkspacePatchInfo, WorkspacesUpdateOptionalParams)

Een werkruimte bijwerken

function beginUpdateAndWait(resourceGroupName: string, workspaceName: string, workspacePatchInfo: WorkspacePatchInfo, options?: WorkspacesUpdateOptionalParams): Promise<Workspace>

Parameters

resourceGroupName

string

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

workspaceName

string

De naam van de werkruimte.

workspacePatchInfo
WorkspacePatchInfo

Eigenschappen van patchaanvraag voor werkruimte

options
WorkspacesUpdateOptionalParams

De optiesparameters.

Retouren

Promise<Workspace>

get(string, string, WorkspacesGetOptionalParams)

Hiermee haalt u 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>

list(WorkspacesListOptionalParams)

Retourneert een lijst met werkruimten in een abonnement

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

Parameters

options
WorkspacesListOptionalParams

De optiesparameters.

Retouren

listByResourceGroup(string, WorkspacesListByResourceGroupOptionalParams)

Retourneert een lijst met werkruimten 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