PrivateLinkResources interface
Interface representing a PrivateLinkResources.
Methods
get(string, string, string, Private |
Get the specified private link resource for the given group id (sub-resource) |
list(string, string, Private |
List private link resources for a given workspace |
Method Details
get(string, string, string, PrivateLinkResourcesGetOptionalParams)
Get the specified private link resource for the given group id (sub-resource)
function get(resourceGroupName: string, workspaceName: string, groupId: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<GroupIdInformation>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
- groupId
-
string
The name of the private link resource
The options parameters.
Returns
Promise<GroupIdInformation>
list(string, string, PrivateLinkResourcesListOptionalParams)
List private link resources for a given workspace
function list(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<GroupIdInformation, GroupIdInformation[], 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.