Skip to main content

private_endpoint_connection_proxies_private_endpoint_properties

Creates, updates, deletes, gets or lists a private_endpoint_connection_proxies_private_endpoint_properties resource.

Overview

Nameprivate_endpoint_connection_proxies_private_endpoint_properties
TypeResource
Idazure.device_update.private_endpoint_connection_proxies_private_endpoint_properties

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
updateexecsubscriptionId, resourceGroupName, accountName, privateEndpointConnectionProxyId(INTERNAL - DO NOT USE) Updates a private endpoint inside the private endpoint connection proxy object.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
accountNamestringAccount name.
privateEndpointConnectionProxyIdstringThe ID of the private endpoint connection proxy object.
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
subscriptionIdstringThe ID of the target subscription.

Lifecycle Methods

(INTERNAL - DO NOT USE) Updates a private endpoint inside the private endpoint connection proxy object.

EXEC azure.device_update.private_endpoint_connection_proxies_private_endpoint_properties.update 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@accountName='{{ accountName }}' --required,
@privateEndpointConnectionProxyId='{{ privateEndpointConnectionProxyId }}' --required
@@json=
'{
"id": "{{ id }}",
"location": "{{ location }}",
"immutableSubscriptionId": "{{ immutableSubscriptionId }}",
"immutableResourceId": "{{ immutableResourceId }}",
"vnetTrafficTag": "{{ vnetTrafficTag }}"
}'
;