PrivateLinkResources interface
Interface representing a PrivateLinkResources.
Methods
get(string, string, string, Private |
Gets the specific private link resource. |
list |
Lists the private link resources in a HDInsight cluster. |
Method Details
get(string, string, string, PrivateLinkResourcesGetOptionalParams)
Gets the specific private link resource.
function get(resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- clusterName
-
string
The name of the cluster.
- privateLinkResourceName
-
string
The name of the private link resource.
The options parameters.
Returns
Promise<PrivateLinkResource>
listByCluster(string, string, PrivateLinkResourcesListByClusterOptionalParams)
Lists the private link resources in a HDInsight cluster.
function listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams): Promise<PrivateLinkResourceListResult>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- clusterName
-
string
The name of the cluster.
The options parameters.
Returns
Promise<PrivateLinkResourceListResult>