Freigeben über


MockableHybridNetworkSubscriptionResource.GetNetworkFunctionsAsync Methode

Definition

Listet alle Netzwerkfunktionen in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HybridNetwork/networkFunctions
  • Vorgangs-IdNetworkFunctions_ListBySubscription
public virtual Azure.AsyncPageable<Azure.ResourceManager.HybridNetwork.NetworkFunctionResource> GetNetworkFunctionsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkFunctionsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HybridNetwork.NetworkFunctionResource>
override this.GetNetworkFunctionsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HybridNetwork.NetworkFunctionResource>
Public Overridable Function GetNetworkFunctionsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NetworkFunctionResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von NetworkFunctionResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: