ResolvePrivateLinkServiceId interface
Interface representing a ResolvePrivateLinkServiceId.
Methods
post(string, string, Private |
Gets the private link service ID for the specified managed cluster. |
Method Details
post(string, string, PrivateLinkResource, ResolvePrivateLinkServiceIdPostOptionalParams)
Gets the private link service ID for the specified managed cluster.
function post(resourceGroupName: string, resourceName: string, parameters: PrivateLinkResource, options?: ResolvePrivateLinkServiceIdPostOptionalParams): Promise<PrivateLinkResource>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- resourceName
-
string
The name of the managed cluster resource.
- parameters
- PrivateLinkResource
Parameters required in order to resolve a private link service ID.
The options parameters.
Returns
Promise<PrivateLinkResource>