Share via


PrivateEndpointConnectionOperations interface

Interface representing a PrivateEndpointConnectionOperations.

Methods

beginUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionOperationsUpdateOptionalParams)

Create a PrivateEndpointConnection

beginUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionOperationsUpdateOptionalParams)

Create a PrivateEndpointConnection

delete(string, string, string, PrivateEndpointConnectionOperationsDeleteOptionalParams)

Delete a PrivateEndpointConnection

get(string, string, string, PrivateEndpointConnectionOperationsGetOptionalParams)

Get a PrivateEndpointConnection

listByAssessmentProject(string, string, PrivateEndpointConnectionOperationsListByAssessmentProjectOptionalParams)

List PrivateEndpointConnection resources by AssessmentProject

Method Details

beginUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionOperationsUpdateOptionalParams)

Create a PrivateEndpointConnection

function beginUpdate(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnection, options?: PrivateEndpointConnectionOperationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

Parameters

resourceGroupName

string

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

projectName

string

Assessment Project Name

privateEndpointConnectionName

string

Private endpoint connection ARM name

resource
PrivateEndpointConnection

Resource create parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

beginUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionOperationsUpdateOptionalParams)

Create a PrivateEndpointConnection

function beginUpdateAndWait(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnection, options?: PrivateEndpointConnectionOperationsUpdateOptionalParams): Promise<PrivateEndpointConnection>

Parameters

resourceGroupName

string

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

projectName

string

Assessment Project Name

privateEndpointConnectionName

string

Private endpoint connection ARM name

resource
PrivateEndpointConnection

Resource create parameters.

Returns

delete(string, string, string, PrivateEndpointConnectionOperationsDeleteOptionalParams)

Delete a PrivateEndpointConnection

function delete(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionOperationsDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

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

projectName

string

Assessment Project Name

privateEndpointConnectionName

string

Private endpoint connection ARM name

Returns

Promise<void>

get(string, string, string, PrivateEndpointConnectionOperationsGetOptionalParams)

Get a PrivateEndpointConnection

function get(resourceGroupName: string, projectName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionOperationsGetOptionalParams): Promise<PrivateEndpointConnection>

Parameters

resourceGroupName

string

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

projectName

string

Assessment Project Name

privateEndpointConnectionName

string

Private endpoint connection ARM name

Returns

listByAssessmentProject(string, string, PrivateEndpointConnectionOperationsListByAssessmentProjectOptionalParams)

List PrivateEndpointConnection resources by AssessmentProject

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

Parameters

resourceGroupName

string

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

projectName

string

Assessment Project Name

Returns