PrivateLinkResources interface  
Interface representing a PrivateLinkResources.
Methods
| get(string, string, string, Private | Gets a private link resource for SQL server. | 
| list | Gets the private link resources for SQL server. | 
Method Details
		get(string, string, string, PrivateLinkResourcesGetOptionalParams)
	     
	Gets a private link resource for SQL server.
function get(resourceGroupName: string, serverName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>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.
- serverName
- 
				string 
The name of the server.
- groupName
- 
				string 
The name of the private link resource.
The options parameters.
Returns
Promise<PrivateLinkResource>
		listByServer(string, string, PrivateLinkResourcesListByServerOptionalParams)
	       
	Gets the private link resources for SQL server.
function listByServer(resourceGroupName: string, serverName: string, options?: PrivateLinkResourcesListByServerOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], 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.
- serverName
- 
				string 
The name of the server.
The options parameters.