private_endpoint_connection_proxies_private_endpoint_properties
Creates, updates, deletes, gets or lists a private_endpoint_connection_proxies_private_endpoint_properties
resource.
Overview
Name | private_endpoint_connection_proxies_private_endpoint_properties |
Type | Resource |
Id | azure.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
update | exec | subscriptionId , 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.
Name | Datatype | Description |
---|---|---|
accountName | string | Account name. |
privateEndpointConnectionProxyId | string | The ID of the private endpoint connection proxy object. |
resourceGroupName | string | The name of the resource group. The name is case insensitive. |
subscriptionId | string | The ID of the target subscription. |
Lifecycle Methods
- update
(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 }}"
}'
;