PrivateLinkResourcesOperations interface
Interface representing a PrivateLinkResourcesOperations.
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.
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript