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>