Partager via


PrivateLinkResources interface

Interface représentant un PrivateLinkResources.

Méthodes

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtenir la ressource de liaison privée spécifiée pour l’ID de groupe (sous-ressource) donné

list(string, string, PrivateLinkResourcesListOptionalParams)

Répertorier les ressources de liaison privée pour un espace de travail donné

Détails de la méthode

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtenir la ressource de liaison privée spécifiée pour l’ID de groupe (sous-ressource) donné

function get(resourceGroupName: string, workspaceName: string, groupId: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<GroupIdInformation>

Paramètres

resourceGroupName

string

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

workspaceName

string

Nom de l’espace de travail.

groupId

string

Nom de la ressource de liaison privée

options
PrivateLinkResourcesGetOptionalParams

Paramètres d’options.

Retours

list(string, string, PrivateLinkResourcesListOptionalParams)

Répertorier les ressources de liaison privée pour un espace de travail donné

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