Freigeben über


NetworkFunctionCollection.GetAllAsync(CancellationToken) Methode

Definition

Listet alle Netzwerkfunktionsressourcen in einer Ressourcengruppe auf.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: