PrivateEndpointConnections interface
Interface representing a PrivateEndpointConnections.
Methods
| create |
Updates a Private Endpoint connection of the environment in the given resource group. |
| delete(string, string, string, Private |
Disconnects the private endpoint connection and deletes it from the environment. |
| get(string, string, string, Private |
Gets the details of the private endpoint connection of the environment in the given resource group. |
| list |
Gets a list of all private endpoint connections in the given environment. |
Method Details
createOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
Updates a Private Endpoint connection of the environment in the given resource group.
function createOrUpdate(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- environmentName
-
string
The name of the Time Series Insights environment associated with the specified resource group.
- privateEndpointConnectionName
-
string
The name of the private endpoint connection associated with the Azure resource
- privateEndpointConnection
- PrivateEndpointConnection
The definition of the private endpoint connection to update.
The options parameters.
Returns
Promise<PrivateEndpointConnection>
delete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
Disconnects the private endpoint connection and deletes it from the environment.
function delete(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- environmentName
-
string
The name of the Time Series Insights environment associated with the specified resource group.
- privateEndpointConnectionName
-
string
The name of the private endpoint connection associated with the Azure resource
The options parameters.
Returns
Promise<void>
get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)
Gets the details of the private endpoint connection of the environment in the given resource group.
function get(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- environmentName
-
string
The name of the Time Series Insights environment associated with the specified resource group.
- privateEndpointConnectionName
-
string
The name of the private endpoint connection associated with the Azure resource
The options parameters.
Returns
Promise<PrivateEndpointConnection>
listByEnvironment(string, string, PrivateEndpointConnectionsListByEnvironmentOptionalParams)
Gets a list of all private endpoint connections in the given environment.
function listByEnvironment(resourceGroupName: string, environmentName: string, options?: PrivateEndpointConnectionsListByEnvironmentOptionalParams): Promise<PrivateEndpointConnectionListResult>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- environmentName
-
string
The name of the Time Series Insights environment associated with the specified resource group.
The options parameters.
Returns
Promise<PrivateEndpointConnectionListResult>