PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Gets the private link resources that need to be created for a Azure Monitor PrivateLinkScope.

listByPrivateLinkScope(string, string, PrivateLinkResourcesListByPrivateLinkScopeOptionalParams)

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 Arc PrivateLinkScope resource.

groupName

string

The name of the private link resource.

options
PrivateLinkResourcesGetOptionalParams

The options parameters.

Returns

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 Arc PrivateLinkScope resource.

Returns