DeviceUpdatePrivateEndpointConnectionProxyCollection.GetAll Method

Definition

(INTERNAL - DO NOT USE) List all private endpoint connection proxies in a device update account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies
  • Operation Id: PrivateEndpointConnectionProxies_ListByAccount
public virtual Azure.Pageable<Azure.ResourceManager.DeviceUpdate.DeviceUpdatePrivateEndpointConnectionProxyResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DeviceUpdate.DeviceUpdatePrivateEndpointConnectionProxyResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DeviceUpdate.DeviceUpdatePrivateEndpointConnectionProxyResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DeviceUpdatePrivateEndpointConnectionProxyResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of DeviceUpdatePrivateEndpointConnectionProxyResource that may take multiple service requests to iterate over.

Applies to