VerifierWorkspaces interface
Interface representing a VerifierWorkspaces.
Methods
| begin |
Deletes Verifier Workspace. |
| begin |
Deletes Verifier Workspace. |
| create(string, string, string, Verifier |
Creates Verifier Workspace. |
| get(string, string, string, Verifier |
Gets Verifier Workspace. |
| list(string, string, Verifier |
Gets list of Verifier Workspaces. |
| update(string, string, string, Verifier |
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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<VerifierWorkspacesDeleteHeaders>, VerifierWorkspacesDeleteHeaders>>
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.
The options parameters.
Returns
Promise<VerifierWorkspacesDeleteHeaders>
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.
The options parameters.
Returns
Promise<VerifierWorkspace>
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.
The options parameters.
Returns
Promise<VerifierWorkspace>
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.
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.
The options parameters.
Returns
Promise<VerifierWorkspace>