Share via


PrivateEndpointConnectionProxyCollection.GetAllAsync 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.AsyncPageable<Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PrivateEndpointConnectionProxyResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of PrivateEndpointConnectionProxyResource that may take multiple service requests to iterate over.

Applies to