Skip to main content

private_endpoint_connections

Overview

Nameprivate_endpoint_connections
TypeResource
Idazure.time_series_insights.private_endpoint_connections

Fields

NameDatatypeDescription
idstringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
namestringThe name of the resource
propertiesobjectProperties of the PrivateEndpointConnectProperties.
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
getSELECTenvironmentName, privateEndpointConnectionName, resourceGroupName, subscriptionIdGets the details of the private endpoint connection of the environment in the given resource group.
list_by_environmentSELECTenvironmentName, resourceGroupName, subscriptionIdGets a list of all private endpoint connections in the given environment.
create_or_updateINSERTenvironmentName, privateEndpointConnectionName, resourceGroupName, subscriptionIdUpdates a Private Endpoint connection of the environment in the given resource group.
deleteDELETEenvironmentName, privateEndpointConnectionName, resourceGroupName, subscriptionIdDisconnects the private endpoint connection and deletes it from the environment.
_list_by_environmentEXECenvironmentName, resourceGroupName, subscriptionIdGets a list of all private endpoint connections in the given environment.