Share via


VerifierWorkspaces interface

Interface representing a VerifierWorkspaces.

Methods

beginDelete(string, string, string, VerifierWorkspacesDeleteOptionalParams)

Deletes Verifier Workspace.

beginDeleteAndWait(string, string, string, VerifierWorkspacesDeleteOptionalParams)

Deletes Verifier Workspace.

create(string, string, string, VerifierWorkspace, VerifierWorkspacesCreateOptionalParams)

Creates Verifier Workspace.

get(string, string, string, VerifierWorkspacesGetOptionalParams)

Gets Verifier Workspace.

list(string, string, VerifierWorkspacesListOptionalParams)

Gets list of Verifier Workspaces.

update(string, string, string, VerifierWorkspacesUpdateOptionalParams)

Updates Verifier Workspace.

Method Details

beginDelete(string, string, string, VerifierWorkspacesDeleteOptionalParams)

Deletes Verifier Workspace.

function beginDelete(resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: VerifierWorkspacesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VerifierWorkspacesDeleteHeaders>, VerifierWorkspacesDeleteHeaders>>

Parameters

resourceGroupName

string

The name of the resource group.

networkManagerName

string

The name of the network manager.

workspaceName

string

Workspace name.

options
VerifierWorkspacesDeleteOptionalParams

The options parameters.

Returns

beginDeleteAndWait(string, string, string, VerifierWorkspacesDeleteOptionalParams)

Deletes Verifier Workspace.

function beginDeleteAndWait(resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: VerifierWorkspacesDeleteOptionalParams): Promise<VerifierWorkspacesDeleteHeaders>

Parameters

resourceGroupName

string

The name of the resource group.

networkManagerName

string

The name of the network manager.

workspaceName

string

Workspace name.

options
VerifierWorkspacesDeleteOptionalParams

The options parameters.

Returns

create(string, string, string, VerifierWorkspace, VerifierWorkspacesCreateOptionalParams)

Creates Verifier Workspace.

function create(resourceGroupName: string, networkManagerName: string, workspaceName: string, body: VerifierWorkspace, options?: VerifierWorkspacesCreateOptionalParams): Promise<VerifierWorkspace>

Parameters

resourceGroupName

string

The name of the resource group.

networkManagerName

string

The name of the network manager.

workspaceName

string

Workspace name.

body
VerifierWorkspace

Verifier Workspace object to create/update.

options
VerifierWorkspacesCreateOptionalParams

The options parameters.

Returns

get(string, string, string, VerifierWorkspacesGetOptionalParams)

Gets Verifier Workspace.

function get(resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: VerifierWorkspacesGetOptionalParams): Promise<VerifierWorkspace>

Parameters

resourceGroupName

string

The name of the resource group.

networkManagerName

string

The name of the network manager.

workspaceName

string

Workspace name.

options
VerifierWorkspacesGetOptionalParams

The options parameters.

Returns

list(string, string, VerifierWorkspacesListOptionalParams)

Gets list of Verifier Workspaces.

function list(resourceGroupName: string, networkManagerName: string, options?: VerifierWorkspacesListOptionalParams): PagedAsyncIterableIterator<VerifierWorkspace, VerifierWorkspace[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group.

networkManagerName

string

The name of the network manager.

options
VerifierWorkspacesListOptionalParams

The options parameters.

Returns

update(string, string, string, VerifierWorkspacesUpdateOptionalParams)

Updates Verifier Workspace.

function update(resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: VerifierWorkspacesUpdateOptionalParams): Promise<VerifierWorkspace>

Parameters

resourceGroupName

string

The name of the resource group.

networkManagerName

string

The name of the network manager.

workspaceName

string

Workspace name.

options
VerifierWorkspacesUpdateOptionalParams

The options parameters.

Returns