Delen via


PrivateLinkResources interface

Interface die een PrivateLinkResources vertegenwoordigt.

Methoden

listByHostPool(string, string, PrivateLinkResourcesListByHostPoolOptionalParams)

Vermeld de private link-resources die beschikbaar zijn voor deze hostpool.

listByWorkspace(string, string, PrivateLinkResourcesListByWorkspaceOptionalParams)

Geef een lijst weer van de private link-resources die beschikbaar zijn voor deze werkruimte.

Methodedetails

listByHostPool(string, string, PrivateLinkResourcesListByHostPoolOptionalParams)

Vermeld de private link-resources die beschikbaar zijn voor deze hostpool.

function listByHostPool(resourceGroupName: string, hostPoolName: string, options?: PrivateLinkResourcesListByHostPoolOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

hostPoolName

string

De naam van de hostgroep binnen de opgegeven resourcegroep

Retouren

listByWorkspace(string, string, PrivateLinkResourcesListByWorkspaceOptionalParams)

Geef een lijst weer van de private link-resources die beschikbaar zijn voor deze werkruimte.

function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte

Retouren