Freigeben über


HybridNetworkExtensions.GetNetworkFunctions Methode

Definition

Überlädt

GetNetworkFunctions(SubscriptionResource, CancellationToken)

Listet alle Netzwerkfunktionen in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HybridNetwork/networkFunctions
  • Vorgangs-IdNetworkFunctions_ListBySubscription
GetNetworkFunctions(ResourceGroupResource)

Ruft eine Auflistung von NetworkFunctionResources in resourceGroupResource ab. Mocking Um diese Methode zu simulieren, simulieren GetNetworkFunctions() Sie stattdessen.

GetNetworkFunctions(SubscriptionResource, CancellationToken)

Listet alle Netzwerkfunktionen in einem Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.HybridNetwork/networkFunctions
  • Vorgangs-IdNetworkFunctions_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.HybridNetwork.NetworkFunctionResource> GetNetworkFunctions (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetNetworkFunctions : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HybridNetwork.NetworkFunctionResource>
<Extension()>
Public Function GetNetworkFunctions (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NetworkFunctionResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von NetworkFunctionResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für:

GetNetworkFunctions(ResourceGroupResource)

Ruft eine Auflistung von NetworkFunctionResources in resourceGroupResource ab. Mocking Um diese Methode zu simulieren, simulieren GetNetworkFunctions() Sie stattdessen.

public static Azure.ResourceManager.HybridNetwork.NetworkFunctionCollection GetNetworkFunctions (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetNetworkFunctions : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.HybridNetwork.NetworkFunctionCollection
<Extension()>
Public Function GetNetworkFunctions (resourceGroupResource As ResourceGroupResource) As NetworkFunctionCollection

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance die -Methode ausgeführt wird.

Gibt zurück

Ein Objekt, das eine Auflistung von NetworkFunctionResources und deren Vorgänge über eine NetworkFunctionResource darstellt.

Gilt für: