Condividi tramite


PrivateLinkResources interface

Interfaccia che rappresenta un oggetto PrivateLinkResources.

Metodi

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Ottiene la risorsa di collegamento privato specifica.

listByCluster(string, string, PrivateLinkResourcesListByClusterOptionalParams)

Elenca le risorse di collegamento privato in un cluster HDInsight.

Dettagli metodo

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Ottiene la risorsa di collegamento privato specifica.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

clusterName

string

Nome del cluster.

privateLinkResourceName

string

Nome della risorsa collegamento privato.

options
PrivateLinkResourcesGetOptionalParams

Parametri delle opzioni.

Restituisce

listByCluster(string, string, PrivateLinkResourcesListByClusterOptionalParams)

Elenca le risorse di collegamento privato in un cluster HDInsight.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

clusterName

string

Nome del cluster.

options
PrivateLinkResourcesListByClusterOptionalParams

Parametri delle opzioni.

Restituisce