PrivateLinkResources interface  
Interface representing a PrivateLinkResources.
Methods
| get(string, string, string, Private | 
	Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.  | 
| list | 
	Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.  | 
Method Details
		get(string, string, string, PrivateLinkResourcesGetOptionalParams)
	     
	Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
function get(resourceGroupName: string, scopeName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- scopeName
 - 
				
string
 
The name of the Azure Monitor PrivateLinkScope resource.
- groupName
 - 
				
string
 
The name of the private link resource.
The options parameters.
Returns
Promise<PrivateLinkResource>
		listByPrivateLinkScope(string, string, PrivateLinkResourcesListByPrivateLinkScopeOptionalParams)
	           
	Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.
function listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- scopeName
 - 
				
string
 
The name of the Azure Monitor PrivateLinkScope resource.
The options parameters.