MockableManagedNetworkFabricSubscriptionResource.GetNetworkTaps 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.
Displays Network Taps list by subscription GET method.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ManagedNetworkFabric/networkTaps
- Operation Id: NetworkTaps_ListBySubscription
- Default Api Version: 2023-06-15
- Resource: NetworkTapResource
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.