MockableManagedNetworkFabricSubscriptionResource.GetNetworkTaps Method

Definition

Displays Network Taps list by subscription GET method.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkTaps
  • Operation Id: NetworkTaps_ListBySubscription
public virtual Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkTapResource> GetNetworkTaps (System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkTaps : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkTapResource>
override this.GetNetworkTaps : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ManagedNetworkFabric.NetworkTapResource>
Public Overridable Function GetNetworkTaps (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NetworkTapResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to