HybridNetworkExtensions.GetNetworkFunctions Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Overloads

GetNetworkFunctions(SubscriptionResource, CancellationToken)

Lists all the network functions in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HybridNetwork/networkFunctions
  • Operation Id: NetworkFunctions_ListBySubscription
GetNetworkFunctions(ResourceGroupResource)

Gets a collection of NetworkFunctionResources in the ResourceGroupResource. MockingTo mock this method, please mock GetNetworkFunctions() instead.

GetNetworkFunctions(SubscriptionResource, CancellationToken)

Source:
HybridNetworkExtensions.cs

Lists all the network functions in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HybridNetwork/networkFunctions
  • Operation Id: NetworkFunctions_ListBySubscription
C#
public static Azure.Pageable<Azure.ResourceManager.HybridNetwork.NetworkFunctionResource> GetNetworkFunctions(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of NetworkFunctionResource that may take multiple service requests to iterate over.

Exceptions

subscriptionResource is null.

Applies to

Azure SDK for .NET Preview
Product Versions
Azure SDK for .NET Preview

GetNetworkFunctions(ResourceGroupResource)

Source:
HybridNetworkExtensions.cs

Gets a collection of NetworkFunctionResources in the ResourceGroupResource. MockingTo mock this method, please mock GetNetworkFunctions() instead.

C#
public static Azure.ResourceManager.HybridNetwork.NetworkFunctionCollection GetNetworkFunctions(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

Returns

An object representing collection of NetworkFunctionResources and their operations over a NetworkFunctionResource.

Exceptions

resourceGroupResource is null.

Applies to

Azure SDK for .NET Preview
Product Versions
Azure SDK for .NET Preview