Partager via


PrivateLinkResources interface

Interface représentant un PrivateLinkResources.

Méthodes

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtenir une ressource de liaison privée dans l’espace de travail

list(string, string, PrivateLinkResourcesListOptionalParams)

Obtenir toutes les ressources de liaison privée pour un espace de travail

Détails de la méthode

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtenir une ressource de liaison privée dans l’espace de travail

function get(resourceGroupName: string, workspaceName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>

Paramètres

resourceGroupName

string

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

workspaceName

string

Nom de l’espace de travail.

privateLinkResourceName

string

Nom de la ressource de liaison privée

options
PrivateLinkResourcesGetOptionalParams

Paramètres d’options.

Retours

list(string, string, PrivateLinkResourcesListOptionalParams)

Obtenir toutes les ressources de liaison privée pour un espace de travail

function list(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListOptionalParams): 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
PrivateLinkResourcesListOptionalParams

Paramètres d’options.

Retours