PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Get Private link resource object.

listByResource(string, string, PrivateLinkResourcesListByResourceOptionalParams)

Get list of Private link resources.

Method Details

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Get Private link resource object.

function get(resourceGroupName: string, farmBeatsResourceName: string, subResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

farmBeatsResourceName

string

FarmBeats resource name.

subResourceName

string

Sub resource name.

options
PrivateLinkResourcesGetOptionalParams

The options parameters.

Returns

listByResource(string, string, PrivateLinkResourcesListByResourceOptionalParams)

Get list of Private link resources.

function listByResource(resourceGroupName: string, farmBeatsResourceName: string, options?: PrivateLinkResourcesListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

farmBeatsResourceName

string

FarmBeats resource name.

options
PrivateLinkResourcesListByResourceOptionalParams

The options parameters.

Returns