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