PrivateEndpointConnections interface
Interface representing a PrivateEndpointConnections.
Methods
begin |
Manual approve private endpoint connection |
begin |
Manual approve private endpoint connection |
begin |
Delete private endpoint connection |
begin |
Delete private endpoint connection |
get(string, string, string, Private |
Get private endpoint connections. |
list(string, string, Private |
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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnectionsApproveResponse>, PrivateEndpointConnectionsApproveResponse>>
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.
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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnectionsDeleteHeaders>, PrivateEndpointConnectionsDeleteHeaders>>
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.
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.
The options parameters.
Returns
Promise<PrivateEndpointConnection>
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.
The options parameters.