PrivateEndpointConnectionOperations interface

Interface representing a PrivateEndpointConnectionOperations.

Methods

delete(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)

Delete the private endpoint connection from the project. T.

get(string, string, string, PrivateEndpointConnectionGetOptionalParams)

Get information related to a specific private endpoint connection in the project. Returns a json object of type 'privateEndpointConnections' as specified in the models section.

listByProject(string, string, PrivateEndpointConnectionListByProjectOptionalParams)

Get all private endpoint connections in the project. Returns a json array of objects of type 'privateEndpointConnections' as specified in the Models section.

update(string, string, string, PrivateEndpointConnectionUpdateOptionalParams)

Update a specific private endpoint connection in the project.

Method Details

delete(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)

Delete the private endpoint connection from the project. T.

function delete(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<PrivateEndpointConnectionDeleteHeaders>

Parameters

resourceGroupName

string

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

projectName

string

Name of the Azure Migrate project.

privateEndpointConnectionName

string

Unique name of a private endpoint connection within a project.

options
PrivateEndpointConnectionDeleteOptionalParams

The options parameters.

Returns

get(string, string, string, PrivateEndpointConnectionGetOptionalParams)

Get information related to a specific private endpoint connection in the project. Returns a json object of type 'privateEndpointConnections' as specified in the models section.

function get(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionGetOptionalParams): Promise<PrivateEndpointConnectionGetResponse>

Parameters

resourceGroupName

string

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

projectName

string

Name of the Azure Migrate project.

privateEndpointConnectionName

string

Unique name of a private endpoint connection within a project.

options
PrivateEndpointConnectionGetOptionalParams

The options parameters.

Returns

listByProject(string, string, PrivateEndpointConnectionListByProjectOptionalParams)

Get all private endpoint connections in the project. Returns a json array of objects of type 'privateEndpointConnections' as specified in the Models section.

function listByProject(resourceGroupName: string, projectName: string, options?: PrivateEndpointConnectionListByProjectOptionalParams): Promise<PrivateEndpointConnectionListByProjectResponse>

Parameters

resourceGroupName

string

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

projectName

string

Name of the Azure Migrate project.

Returns

update(string, string, string, PrivateEndpointConnectionUpdateOptionalParams)

Update a specific private endpoint connection in the project.

function update(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionUpdateOptionalParams): Promise<PrivateEndpointConnectionUpdateResponse>

Parameters

resourceGroupName

string

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

projectName

string

Name of the Azure Migrate project.

privateEndpointConnectionName

string

Unique name of a private endpoint connection within a project.

options
PrivateEndpointConnectionUpdateOptionalParams

The options parameters.

Returns