PrivateLinkResources interface
Interfaccia che rappresenta un oggetto PrivateLinkResources.
Metodi
get(string, string, string, Private |
Ottiene la risorsa di collegamento privato specifica. |
list |
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.
Parametri delle opzioni.
Restituisce
Promise<PrivateLinkResource>
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.
Parametri delle opzioni.
Restituisce
Promise<PrivateLinkResourceListResult>