PrivateEndpointConnections interface

Interface representing a PrivateEndpointConnections.

Methods

beginApprove(string, string, string, PrivateEndpointConnectionsApproveOptionalParams)

Manual approve private endpoint connection

beginApproveAndWait(string, string, string, PrivateEndpointConnectionsApproveOptionalParams)

Manual approve private endpoint connection

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Delete private endpoint connection

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Delete private endpoint connection

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Get private endpoint connections.

list(string, string, PrivateEndpointConnectionsListOptionalParams)

Get private endpoint connection

Method Details

beginApprove(string, string, string, PrivateEndpointConnectionsApproveOptionalParams)

Manual approve private endpoint connection

function beginApprove(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsApproveOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsApproveResponse>, PrivateEndpointConnectionsApproveResponse>>

Parameters

resourceGroupName

string

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

workspaceName

string

The workspace name of Azure Managed Grafana.

privateEndpointConnectionName

string

The private endpoint connection name of Azure Managed Grafana.

options
PrivateEndpointConnectionsApproveOptionalParams

The options parameters.

Returns

beginApproveAndWait(string, string, string, PrivateEndpointConnectionsApproveOptionalParams)

Manual approve private endpoint connection

function beginApproveAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsApproveOptionalParams): Promise<PrivateEndpointConnectionsApproveResponse>

Parameters

resourceGroupName

string

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

workspaceName

string

The workspace name of Azure Managed Grafana.

privateEndpointConnectionName

string

The private endpoint connection name of Azure Managed Grafana.

options
PrivateEndpointConnectionsApproveOptionalParams

The options parameters.

Returns

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Delete private endpoint connection

function beginDelete(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsDeleteHeaders>, PrivateEndpointConnectionsDeleteHeaders>>

Parameters

resourceGroupName

string

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

workspaceName

string

The workspace name of Azure Managed Grafana.

privateEndpointConnectionName

string

The private endpoint connection name of Azure Managed Grafana.

options
PrivateEndpointConnectionsDeleteOptionalParams

The options parameters.

Returns

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

Delete private endpoint connection

function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PrivateEndpointConnectionsDeleteHeaders>

Parameters

resourceGroupName

string

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

workspaceName

string

The workspace name of Azure Managed Grafana.

privateEndpointConnectionName

string

The private endpoint connection name of Azure Managed Grafana.

options
PrivateEndpointConnectionsDeleteOptionalParams

The options parameters.

Returns

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

Get private endpoint connections.

function get(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>

Parameters

resourceGroupName

string

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

workspaceName

string

The workspace name of Azure Managed Grafana.

privateEndpointConnectionName

string

The private endpoint connection name of Azure Managed Grafana.

options
PrivateEndpointConnectionsGetOptionalParams

The options parameters.

Returns

list(string, string, PrivateEndpointConnectionsListOptionalParams)

Get private endpoint connection

function list(resourceGroupName: string, workspaceName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

Parameters

resourceGroupName

string

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

workspaceName

string

The workspace name of Azure Managed Grafana.

options
PrivateEndpointConnectionsListOptionalParams

The options parameters.

Returns