Share via


WorkloadNetworkPortMirroringProfileCollection.GetAll Method

Definition

List of port mirroring profiles in a private cloud workload network.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/workloadNetworks/default/portMirroringProfiles
  • Operation Id: WorkloadNetworks_ListPortMirroring
  • Default Api Version: 2023-03-01
  • Resource: WorkloadNetworkPortMirroringProfileResource
public virtual Azure.Pageable<Azure.ResourceManager.Avs.WorkloadNetworkPortMirroringProfileResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Avs.WorkloadNetworkPortMirroringProfileResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Avs.WorkloadNetworkPortMirroringProfileResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of WorkloadNetworkPortMirroringProfileResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to