Share via


PrivateLinkResourceOperations interface

Interface representing a PrivateLinkResourceOperations.

Methods

get(string, string, string, PrivateLinkResourceOperationsGetOptionalParams)

Get a PrivateLinkResource

listByAssessmentProject(string, string, PrivateLinkResourceOperationsListByAssessmentProjectOptionalParams)

List PrivateLinkResource resources by AssessmentProject

Method Details

get(string, string, string, PrivateLinkResourceOperationsGetOptionalParams)

Get a PrivateLinkResource

function get(resourceGroupName: string, projectName: string, privateLinkResourceName: string, options?: PrivateLinkResourceOperationsGetOptionalParams): Promise<PrivateLinkResource>

Parameters

resourceGroupName

string

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

projectName

string

Assessment Project Name

privateLinkResourceName

string

Private link resource ARM name

options
PrivateLinkResourceOperationsGetOptionalParams

The options parameters.

Returns

listByAssessmentProject(string, string, PrivateLinkResourceOperationsListByAssessmentProjectOptionalParams)

List PrivateLinkResource resources by AssessmentProject

function listByAssessmentProject(resourceGroupName: string, projectName: string, options?: PrivateLinkResourceOperationsListByAssessmentProjectOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parameters

resourceGroupName

string

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

projectName

string

Assessment Project Name

Returns