Freigeben über


ComponentCollection.GetAllAsync(CancellationToken) Methode

Definition

Listet alle Komponentenressourcen in einer Netzwerkfunktion auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/networkFunctions/{networkFunctionName}/components
  • Vorgang IdComponents_ListByNetworkFunction
public virtual Azure.AsyncPageable<Azure.ResourceManager.HybridNetwork.ComponentResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HybridNetwork.ComponentResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HybridNetwork.ComponentResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ComponentResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der ComponentResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: