PrivateLinkResources interface
Interface representing a PrivateLinkResources.
Methods
get(string, string, string, Private |
Gets a private link resource for cluster. |
list |
Gets the private link resources for cluster. |
Method Details
get(string, string, string, PrivateLinkResourcesGetOptionalParams)
Gets a private link resource for cluster.
function get(resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- 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)
Gets the private link resources for cluster.
function listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- clusterName
-
string
The name of the cluster.
The options parameters.