PrivateEndpointOperations interface

Interface representing a PrivateEndpointOperations.

Methods

getOperationStatus(string, string, string, string, PrivateEndpointGetOperationStatusOptionalParams)

Gets the operation status for a private endpoint connection.

Method Details

getOperationStatus(string, string, string, string, PrivateEndpointGetOperationStatusOptionalParams)

Gets the operation status for a private endpoint connection.

function getOperationStatus(vaultName: string, resourceGroupName: string, privateEndpointConnectionName: string, operationId: string, options?: PrivateEndpointGetOperationStatusOptionalParams): Promise<OperationStatus>

Parameters

vaultName

string

The name of the recovery services vault.

resourceGroupName

string

The name of the resource group where the recovery services vault is present.

privateEndpointConnectionName

string

The name of the private endpoint connection.

operationId

string

Operation id

options
PrivateEndpointGetOperationStatusOptionalParams

The options parameters.

Returns

Promise<OperationStatus>