VerifierWorkspacesOperations interface

Interface representing a VerifierWorkspaces operations.

Properties

beginDelete
beginDeleteAndWait
create

Creates Verifier Workspace.

delete

Deletes Verifier Workspace.

get

Gets Verifier Workspace.

list

Gets list of Verifier Workspaces.

update

Updates Verifier Workspace.

Property Details

beginDelete

Warning

This API is now deprecated.

use delete instead

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

Property Value

(resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: VerifierWorkspacesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: VerifierWorkspacesDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: VerifierWorkspacesDeleteOptionalParams) => Promise<void>

create

Creates Verifier Workspace.

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

Property Value

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

delete

Deletes Verifier Workspace.

delete: (resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: VerifierWorkspacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: VerifierWorkspacesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Gets Verifier Workspace.

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

Property Value

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

list

Gets list of Verifier Workspaces.

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

Property Value

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

update

Updates Verifier Workspace.

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

Property Value

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