PrivateLinkResources interface
Interface representing a PrivateLinkResources.
Methods
list |
List the private link resources available for this hostpool. |
list |
List the private link resources available for this workspace. |
Method Details
listByHostPool(string, string, PrivateLinkResourcesListByHostPoolOptionalParams)
List the private link resources available for this hostpool.
function listByHostPool(resourceGroupName: string, hostPoolName: string, options?: PrivateLinkResourcesListByHostPoolOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- hostPoolName
-
string
The name of the host pool within the specified resource group
The options parameters.
Returns
listByWorkspace(string, string, PrivateLinkResourcesListByWorkspaceOptionalParams)
List the private link resources available for this workspace.
function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace
The options parameters.