Skip to main content

private_endpoint_connections

Overview

Nameprivate_endpoint_connections
TypeResource
Idazure.device_update.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.
systemDataobjectMetadata pertaining to creation and last modification of the resource.
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
getSELECTaccountName, privateEndpointConnectionName, resourceGroupName, subscriptionIdGet the specified private endpoint connection associated with the device update account.
list_by_accountSELECTaccountName, resourceGroupName, subscriptionIdList all private endpoint connections in a device update account.
create_or_updateINSERTaccountName, privateEndpointConnectionName, resourceGroupName, subscriptionId, data__propertiesUpdate the state of specified private endpoint connection associated with the device update account.
deleteDELETEaccountName, privateEndpointConnectionName, resourceGroupName, subscriptionIdDeletes the specified private endpoint connection associated with the device update account.
_list_by_accountEXECaccountName, resourceGroupName, subscriptionIdList all private endpoint connections in a device update account.