ManagedInstancePrivateLinkResources interface    
Interface representing a ManagedInstancePrivateLinkResources.
Methods
| get(string, string, string, Managed | Gets a private link resource for SQL server. | 
| list | Gets the private link resources for SQL server. | 
Method Details
		get(string, string, string, ManagedInstancePrivateLinkResourcesGetOptionalParams)
	       
	Gets a private link resource for SQL server.
function get(resourceGroupName: string, managedInstanceName: string, groupName: string, options?: ManagedInstancePrivateLinkResourcesGetOptionalParams): Promise<ManagedInstancePrivateLink>Parameters
- resourceGroupName
- 
				string 
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- managedInstanceName
- 
				string 
The name of the managed instance.
- groupName
- 
				string 
The name of the private link resource.
The options parameters.
Returns
Promise<ManagedInstancePrivateLink>
		listByManagedInstance(string, string, ManagedInstancePrivateLinkResourcesListByManagedInstanceOptionalParams)
	           
	Gets the private link resources for SQL server.
function listByManagedInstance(resourceGroupName: string, managedInstanceName: string, options?: ManagedInstancePrivateLinkResourcesListByManagedInstanceOptionalParams): PagedAsyncIterableIterator<ManagedInstancePrivateLink, ManagedInstancePrivateLink[], PageSettings>Parameters
- resourceGroupName
- 
				string 
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- managedInstanceName
- 
				string 
The name of the managed instance.
The options parameters.