WorkspacePrivateLinkResources interface
代表 WorkspacePrivateLinkResources 的介面。
方法
方法詳細資料
get(string, string, string, WorkspacePrivateLinkResourcesGetOptionalParams)
取得需要為工作區建立的私人連結資源。
function get(resourceGroupName: string, workspaceName: string, groupName: string, options?: WorkspacePrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourceDescription>
參數
- resourceGroupName
-
string
包含服務實例的資源組名。
- workspaceName
-
string
工作區資源的名稱。
- groupName
-
string
私人連結資源群組的名稱。
選項參數。
傳回
Promise<PrivateLinkResourceDescription>
listByWorkspace(string, string, WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams)
取得需要為工作區建立的私人連結資源。
function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResourceDescription, PrivateLinkResourceDescription[], PageSettings>
參數
- resourceGroupName
-
string
包含服務實例的資源組名。
- workspaceName
-
string
工作區資源的名稱。