Freigeben über


FrontDoorExtensions.GetFrontDoorNetworkExperimentProfilesAsync Methode

Definition

Ruft eine Liste der Netzwerkexperimentprofile unter einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/NetworkExperimentProfiles
  • Vorgangs-IdNetworkExperimentProfiles_List
public static Azure.AsyncPageable<Azure.ResourceManager.FrontDoor.FrontDoorNetworkExperimentProfileResource> GetFrontDoorNetworkExperimentProfilesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetFrontDoorNetworkExperimentProfilesAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.FrontDoor.FrontDoorNetworkExperimentProfileResource>
<Extension()>
Public Function GetFrontDoorNetworkExperimentProfilesAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of FrontDoorNetworkExperimentProfileResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von FrontDoorNetworkExperimentProfileResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: