VerifierWorkspaces interface
表示 VerifierWorkspaces 的接口。
方法
方法详细信息
beginDelete(string, string, string, VerifierWorkspacesDeleteOptionalParams)
删除验证程序工作区。
function beginDelete(resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: VerifierWorkspacesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VerifierWorkspacesDeleteHeaders>, VerifierWorkspacesDeleteHeaders>>
参数
- resourceGroupName
-
string
资源组的名称。
- networkManagerName
-
string
网络管理器的名称。
- workspaceName
-
string
工作区名称。
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<VerifierWorkspacesDeleteHeaders>, VerifierWorkspacesDeleteHeaders>>
beginDeleteAndWait(string, string, string, VerifierWorkspacesDeleteOptionalParams)
删除验证程序工作区。
function beginDeleteAndWait(resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: VerifierWorkspacesDeleteOptionalParams): Promise<VerifierWorkspacesDeleteHeaders>
参数
- resourceGroupName
-
string
资源组的名称。
- networkManagerName
-
string
网络管理器的名称。
- workspaceName
-
string
工作区名称。
选项参数。
返回
Promise<VerifierWorkspacesDeleteHeaders>
create(string, string, string, VerifierWorkspace, VerifierWorkspacesCreateOptionalParams)
创建验证程序工作区。
function create(resourceGroupName: string, networkManagerName: string, workspaceName: string, body: VerifierWorkspace, options?: VerifierWorkspacesCreateOptionalParams): Promise<VerifierWorkspace>
参数
- resourceGroupName
-
string
资源组的名称。
- networkManagerName
-
string
网络管理器的名称。
- workspaceName
-
string
工作区名称。
- body
- VerifierWorkspace
要创建/更新的验证程序 Workspace 对象。
选项参数。
返回
Promise<VerifierWorkspace>
get(string, string, string, VerifierWorkspacesGetOptionalParams)
获取验证程序工作区。
function get(resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: VerifierWorkspacesGetOptionalParams): Promise<VerifierWorkspace>
参数
- resourceGroupName
-
string
资源组的名称。
- networkManagerName
-
string
网络管理器的名称。
- workspaceName
-
string
工作区名称。
选项参数。
返回
Promise<VerifierWorkspace>
list(string, string, VerifierWorkspacesListOptionalParams)
获取验证程序工作区的列表。
function list(resourceGroupName: string, networkManagerName: string, options?: VerifierWorkspacesListOptionalParams): PagedAsyncIterableIterator<VerifierWorkspace, VerifierWorkspace[], PageSettings>
参数
- resourceGroupName
-
string
资源组的名称。
- networkManagerName
-
string
网络管理器的名称。
选项参数。
返回
update(string, string, string, VerifierWorkspacesUpdateOptionalParams)
更新验证程序工作区。
function update(resourceGroupName: string, networkManagerName: string, workspaceName: string, options?: VerifierWorkspacesUpdateOptionalParams): Promise<VerifierWorkspace>
参数
- resourceGroupName
-
string
资源组的名称。
- networkManagerName
-
string
网络管理器的名称。
- workspaceName
-
string
工作区名称。
选项参数。
返回
Promise<VerifierWorkspace>