PrivateLinkResources interface
Interface representing a PrivateLinkResources.
Methods
get(string, string, string, Private |
Get private link resource in workspace |
list(string, string, Private |
Get all private link resources for a workspaces |
Method Details
get(string, string, string, PrivateLinkResourcesGetOptionalParams)
Get private link resource in workspace
function get(resourceGroupName: string, workspaceName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
- privateLinkResourceName
-
string
The name of the private link resource
The options parameters.
Returns
Promise<PrivateLinkResource>
list(string, string, PrivateLinkResourcesListOptionalParams)
Get all private link resources for a workspaces
function list(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListOptionalParams): 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.