WorkspacePrivateLinkResourcesOperations interface
Interface representing a WorkspacePrivateLinkResources operations.
Properties
| get | Gets the specified private link resource for the workspace. |
| list |
Lists all private link resources for the workspace. |
Property Details
get
Gets the specified private link resource for the workspace.
get: (resourceGroupName: string, workspaceName: string, privateLinkResourceName: string, options?: WorkspacePrivateLinkResourcesGetOptionalParams) => Promise<WorkspacePrivateLinkResource>
Property Value
(resourceGroupName: string, workspaceName: string, privateLinkResourceName: string, options?: WorkspacePrivateLinkResourcesGetOptionalParams) => Promise<WorkspacePrivateLinkResource>
listByWorkspace
Lists all private link resources for the workspace.
listByWorkspace: (resourceGroupName: string, workspaceName: string, options?: WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams) => PagedAsyncIterableIterator<WorkspacePrivateLinkResource, WorkspacePrivateLinkResource[], PageSettings>
Property Value
(resourceGroupName: string, workspaceName: string, options?: WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams) => PagedAsyncIterableIterator<WorkspacePrivateLinkResource, WorkspacePrivateLinkResource[], PageSettings>