Freigeben über


PrivateEndpointConnectionProxyCollection.GetAll(CancellationToken) Methode

Definition

(INTERN – NICHT VERWENDEN) Listet alle Verbindungsproxys für private Endpunkte in einem Geräteupdatekonto auf.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der PrivateEndpointConnectionProxyResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: