Partager via


PrivateLinkResources interface

Interface représentant un PrivateLinkResources.

Méthodes

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtient la ressource de liaison privée spécifique.

listByCluster(string, string, PrivateLinkResourcesListByClusterOptionalParams)

Répertorie les ressources de liaison privée dans un cluster HDInsight.

Détails de la méthode

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtient la ressource de liaison privée spécifique.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

clusterName

string

Nom du cluster.

privateLinkResourceName

string

Nom de la ressource de liaison privée.

options
PrivateLinkResourcesGetOptionalParams

Paramètres d’options.

Retours

listByCluster(string, string, PrivateLinkResourcesListByClusterOptionalParams)

Répertorie les ressources de liaison privée dans un cluster HDInsight.

function listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams): Promise<PrivateLinkResourceListResult>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

clusterName

string

Nom du cluster.

options
PrivateLinkResourcesListByClusterOptionalParams

Paramètres d’options.

Retours