Freigeben über


FrontDoorNetworkExperimentProfileCollection.GetAllAsync Methode

Definition

Ruft eine Liste von Netzwerkexperimentsprofilen innerhalb einer Ressourcengruppe unter einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles
  • Vorgang IdNetworkExperimentProfiles_ListByResourceGroup
public virtual Azure.AsyncPageable<Azure.ResourceManager.FrontDoor.FrontDoorNetworkExperimentProfileResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.FrontDoor.FrontDoorNetworkExperimentProfileResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.FrontDoor.FrontDoorNetworkExperimentProfileResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of FrontDoorNetworkExperimentProfileResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der FrontDoorNetworkExperimentProfileResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: