PrivateLinkResources interface
Interface representing a PrivateLinkResources.
Methods
get(string, string, string, Private |
Gets a private link resource that need to be created for a service. |
list |
Gets the private link resources that need to be created for a service. |
Method Details
get(string, string, string, PrivateLinkResourcesGetOptionalParams)
Gets a private link resource that need to be created for a service.
function get(resourceGroupName: string, resourceName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourceDescription>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the service instance.
- resourceName
-
string
The name of the service instance.
- groupName
-
string
The name of the private link resource group.
The options parameters.
Returns
Promise<PrivateLinkResourceDescription>
listByService(string, string, PrivateLinkResourcesListByServiceOptionalParams)
Gets the private link resources that need to be created for a service.
function listByService(resourceGroupName: string, resourceName: string, options?: PrivateLinkResourcesListByServiceOptionalParams): Promise<PrivateLinkResourceListResultDescription>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the service instance.
- resourceName
-
string
The name of the service instance.
The options parameters.