Delen via


Workspaces interface

Interface die een werkruimte vertegenwoordigt.

Methoden

beginCreateOrUpdate(string, string, Workspace, WorkspacesCreateOrUpdateOptionalParams)

Hiermee maakt u een nieuwe werkruimte.

beginCreateOrUpdateAndWait(string, string, Workspace, WorkspacesCreateOrUpdateOptionalParams)

Hiermee maakt u een nieuwe werkruimte.

beginDelete(string, string, WorkspacesDeleteOptionalParams)

Hiermee verwijdert u de werkruimte.

beginDeleteAndWait(string, string, WorkspacesDeleteOptionalParams)

Hiermee verwijdert u de werkruimte.

beginUpdate(string, string, WorkspaceUpdate, WorkspacesUpdateOptionalParams)

Hiermee werkt u een werkruimte bij.

beginUpdateAndWait(string, string, WorkspaceUpdate, WorkspacesUpdateOptionalParams)

Hiermee werkt u een werkruimte bij.

get(string, string, WorkspacesGetOptionalParams)

Haalt de werkruimte op.

listByResourceGroup(string, WorkspacesListByResourceGroupOptionalParams)

Hiermee haalt u alle werkruimten in een resourcegroep op.

listBySubscription(WorkspacesListBySubscriptionOptionalParams)

Hiermee haalt u alle werkruimten in een abonnement op.

Methodedetails

beginCreateOrUpdate(string, string, Workspace, WorkspacesCreateOrUpdateOptionalParams)

Hiermee maakt u een nieuwe werkruimte.

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

Parameters

resourceGroupName

string

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

workspaceName

string

De naam van de werkruimte.

parameters
Workspace

Parameters die zijn opgegeven voor het maken of bijwerken van een werkruimte.

options
WorkspacesCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<Workspace>, Workspace>>

beginCreateOrUpdateAndWait(string, string, Workspace, WorkspacesCreateOrUpdateOptionalParams)

Hiermee maakt u een nieuwe werkruimte.

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

Parameters die zijn opgegeven voor het maken of bijwerken van een werkruimte.

options
WorkspacesCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

Promise<Workspace>

beginDelete(string, string, WorkspacesDeleteOptionalParams)

Hiermee verwijdert u de werkruimte.

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

beginDeleteAndWait(string, string, WorkspacesDeleteOptionalParams)

Hiermee verwijdert u de werkruimte.

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>

beginUpdate(string, string, WorkspaceUpdate, WorkspacesUpdateOptionalParams)

Hiermee werkt u een werkruimte bij.

function beginUpdate(resourceGroupName: string, workspaceName: string, parameters: WorkspaceUpdate, options?: WorkspacesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Workspace>, Workspace>>

Parameters

resourceGroupName

string

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

workspaceName

string

De naam van de werkruimte.

parameters
WorkspaceUpdate

De update naar de werkruimte.

options
WorkspacesUpdateOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<Workspace>, Workspace>>

beginUpdateAndWait(string, string, WorkspaceUpdate, WorkspacesUpdateOptionalParams)

Hiermee werkt u een werkruimte bij.

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

De update naar de werkruimte.

options
WorkspacesUpdateOptionalParams

De optiesparameters.

Retouren

Promise<Workspace>

get(string, string, WorkspacesGetOptionalParams)

Haalt de 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)

Hiermee haalt u alle werkruimten in een resourcegroep op.

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)

Hiermee haalt u alle werkruimten in een abonnement op.

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

Parameters

options
WorkspacesListBySubscriptionOptionalParams

De optiesparameters.

Retouren