WorkspacePrivateLinkResources interface
Interface representing a WorkspacePrivateLinkResources.
Methods
get(string, string, string, Workspace |
Gets a private link resource that need to be created for a workspace. |
list |
Gets the private link resources that need to be created for a workspace. |
Method Details
get(string, string, string, WorkspacePrivateLinkResourcesGetOptionalParams)
Gets a private link resource that need to be created for a workspace.
function get(resourceGroupName: string, workspaceName: string, groupName: string, options?: WorkspacePrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourceDescription>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the service instance.
- workspaceName
-
string
The name of workspace resource.
- groupName
-
string
The name of the private link resource group.
The options parameters.
Returns
Promise<PrivateLinkResourceDescription>
listByWorkspace(string, string, WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams)
Gets the private link resources that need to be created for a workspace.
function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResourceDescription, PrivateLinkResourceDescription[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the service instance.
- workspaceName
-
string
The name of workspace resource.
The options parameters.