PrivateLinkResourceOperations interface

Interface representing a PrivateLinkResourceOperations.

Methods

get(string, string, string, PrivateLinkResourceGetOptionalParams)

Get information related to a specific private Link Resource in the project. Returns a json object of type 'privateLinkResources' as specified in the models section.

listByProject(string, string, PrivateLinkResourceListByProjectOptionalParams)

Get all private link resources created in the project. Returns a json array of objects of type 'privateLinkResources' as specified in the Models section.

Method Details

get(string, string, string, PrivateLinkResourceGetOptionalParams)

Get information related to a specific private Link Resource in the project. Returns a json object of type 'privateLinkResources' as specified in the models section.

function get(resourceGroupName: string, projectName: string, privateLinkResourceName: string, options?: PrivateLinkResourceGetOptionalParams): Promise<PrivateLinkResourceGetResponse>

Parameters

resourceGroupName

string

Name of the Azure Resource Group that project is part of.

projectName

string

Name of the Azure Migrate project.

privateLinkResourceName

string

Unique name of a private link resource within a project.

options
PrivateLinkResourceGetOptionalParams

The options parameters.

Returns

listByProject(string, string, PrivateLinkResourceListByProjectOptionalParams)

Get all private link resources created in the project. Returns a json array of objects of type 'privateLinkResources' as specified in the Models section.

function listByProject(resourceGroupName: string, projectName: string, options?: PrivateLinkResourceListByProjectOptionalParams): Promise<PrivateLinkResourceListByProjectResponse>

Parameters

resourceGroupName

string

Name of the Azure Resource Group that project is part of.

projectName

string

Name of the Azure Migrate project.

options
PrivateLinkResourceListByProjectOptionalParams

The options parameters.

Returns