PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

getByGroupId(string, string, string, PrivateLinkResourcesGetByGroupIdOptionalParams)

Gets a privately linkable resources for an account with given group identifier

listByAccount(string, string, PrivateLinkResourcesListByAccountOptionalParams)

Gets a list of privately linkable resources for an account

Method Details

getByGroupId(string, string, string, PrivateLinkResourcesGetByGroupIdOptionalParams)

Gets a privately linkable resources for an account with given group identifier

function getByGroupId(resourceGroupName: string, accountName: string, groupId: string, options?: PrivateLinkResourcesGetByGroupIdOptionalParams): Promise<PrivateLinkResource>

Parameters

resourceGroupName

string

The resource group name.

accountName

string

The name of the account.

groupId

string

The group identifier.

options
PrivateLinkResourcesGetByGroupIdOptionalParams

The options parameters.

Returns

listByAccount(string, string, PrivateLinkResourcesListByAccountOptionalParams)

Gets a list of privately linkable resources for an account

function listByAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByAccountOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parameters

resourceGroupName

string

The resource group name.

accountName

string

The name of the account.

options
PrivateLinkResourcesListByAccountOptionalParams

The options parameters.

Returns