Partager via


PrivateLinkResources interface

Interface représentant un PrivateLinkResources.

Méthodes

listByHostPool(string, string, PrivateLinkResourcesListByHostPoolOptionalParams)

Répertoriez les ressources de liaison privée disponibles pour ce pool d’hôtes.

listByWorkspace(string, string, PrivateLinkResourcesListByWorkspaceOptionalParams)

Répertoriez les ressources de liaison privée disponibles pour cet espace de travail.

Détails de la méthode

listByHostPool(string, string, PrivateLinkResourcesListByHostPoolOptionalParams)

Répertoriez les ressources de liaison privée disponibles pour ce pool d’hôtes.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

hostPoolName

string

Nom du pool d’hôtes dans le groupe de ressources spécifié

options
PrivateLinkResourcesListByHostPoolOptionalParams

Paramètres d’options.

Retours

listByWorkspace(string, string, PrivateLinkResourcesListByWorkspaceOptionalParams)

Répertoriez les ressources de liaison privée disponibles pour cet espace de travail.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail

options
PrivateLinkResourcesListByWorkspaceOptionalParams

Paramètres d’options.

Retours