PrivateLinkResources interface
Interface que representa um PrivateLinkResources.
Métodos
get(string, string, string, Private |
Obtém o recurso de link privado específico. |
list |
Lista os recursos de link privado em um cluster HDInsight. |
Detalhes do método
get(string, string, string, PrivateLinkResourcesGetOptionalParams)
Obtém o recurso de link privado específico.
function get(resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- clusterName
-
string
O nome do cluster.
- privateLinkResourceName
-
string
O nome do recurso de link privado.
Os parâmetros de opções.
Retornos
Promise<PrivateLinkResource>
listByCluster(string, string, PrivateLinkResourcesListByClusterOptionalParams)
Lista os recursos de link privado em um cluster HDInsight.
function listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams): Promise<PrivateLinkResourceListResult>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- clusterName
-
string
O nome do cluster.
Os parâmetros de opções.
Retornos
Promise<PrivateLinkResourceListResult>