Skip to main content

private_endpoint_connection

Overview

Nameprivate_endpoint_connection
TypeResource
Idazure.api_management.private_endpoint_connection

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
list_by_serviceSELECTresourceGroupName, serviceName, subscriptionIdLists all private endpoint connections of the API Management service instance.
create_or_updateINSERTprivateEndpointConnectionName, resourceGroupName, serviceName, subscriptionIdCreates a new Private Endpoint Connection or updates an existing one.
deleteDELETEprivateEndpointConnectionName, resourceGroupName, serviceName, subscriptionIdDeletes the specified Private Endpoint Connection.
_list_by_serviceEXECresourceGroupName, serviceName, subscriptionIdLists all private endpoint connections of the API Management service instance.
get_by_nameEXECprivateEndpointConnectionName, resourceGroupName, serviceName, subscriptionIdGets the details of the Private Endpoint Connection specified by its identifier.