FrontDoorExperimentCollection.GetAllAsync(CancellationToken) Method

Definition

Gets a list of Experiments

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments
  • Operation Id: Experiments_ListByProfile
  • Default Api Version: 2019-11-01
  • Resource: FrontDoorExperimentResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.FrontDoor.FrontDoorExperimentResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.FrontDoor.FrontDoorExperimentResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.FrontDoor.FrontDoorExperimentResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of FrontDoorExperimentResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of FrontDoorExperimentResource that may take multiple service requests to iterate over.

Applies to