Freigeben über


FrontDoorExtensions.GetFrontDoorNetworkExperimentProfiles Methode

Definition

Überlädt

GetFrontDoorNetworkExperimentProfiles(ResourceGroupResource)

Ruft eine Auflistung von FrontDoorNetworkExperimentProfileResources in ResourceGroupResource ab.

GetFrontDoorNetworkExperimentProfiles(SubscriptionResource, CancellationToken)

Ruft eine Liste der Netzwerkexperimentsprofile unter einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/NetworkExperimentProfiles
  • Vorgang IdNetworkExperimentProfiles_List

GetFrontDoorNetworkExperimentProfiles(ResourceGroupResource)

Ruft eine Auflistung von FrontDoorNetworkExperimentProfileResources in ResourceGroupResource ab.

public static Azure.ResourceManager.FrontDoor.FrontDoorNetworkExperimentProfileCollection GetFrontDoorNetworkExperimentProfiles (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetFrontDoorNetworkExperimentProfiles : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.FrontDoor.FrontDoorNetworkExperimentProfileCollection
<Extension()>
Public Function GetFrontDoorNetworkExperimentProfiles (resourceGroupResource As ResourceGroupResource) As FrontDoorNetworkExperimentProfileCollection

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance, für den die Methode ausgeführt wird.

Gibt zurück

Ein Objekt, das die Auflistung von FrontDoorNetworkExperimentProfileResources und deren Vorgänge über eine FrontDoorNetworkExperimentProfileResource darstellt.

Gilt für:

GetFrontDoorNetworkExperimentProfiles(SubscriptionResource, CancellationToken)

Ruft eine Liste der Netzwerkexperimentsprofile unter einem Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/NetworkExperimentProfiles
  • Vorgang IdNetworkExperimentProfiles_List
public static Azure.Pageable<Azure.ResourceManager.FrontDoor.FrontDoorNetworkExperimentProfileResource> GetFrontDoorNetworkExperimentProfiles (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetFrontDoorNetworkExperimentProfiles : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.FrontDoor.FrontDoorNetworkExperimentProfileResource>
<Extension()>
Public Function GetFrontDoorNetworkExperimentProfiles (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of FrontDoorNetworkExperimentProfileResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der FrontDoorNetworkExperimentProfileResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: