Partager via


PrivateLinkResourcesOperations interface

Interface représentant un PrivateLinkResourcesOperations.

Méthodes

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtenir la ressource de liaison privée spécifiée pour l’IotHub donné

list(string, string, PrivateLinkResourcesListOptionalParams)

Répertorier les ressources de liaison privée pour l’IotHub donné

Détails de la méthode

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtenir la ressource de liaison privée spécifiée pour l’IotHub donné

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient le hub IoT.

resourceName

string

Nom du hub IoT.

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 l’IotHub donné

function list(resourceGroupName: string, resourceName: string, options?: PrivateLinkResourcesListOptionalParams): Promise<PrivateLinkResources>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient le hub IoT.

resourceName

string

Nom du hub IoT.

options
PrivateLinkResourcesListOptionalParams

Paramètres d’options.

Retours