FrontDoorExtensions.GetFrontDoorNetworkExperimentProfiles Method

Definition

Overloads

GetFrontDoorNetworkExperimentProfiles(ResourceGroupResource)

Gets a collection of FrontDoorNetworkExperimentProfileResources in the ResourceGroupResource. MockingTo mock this method, please mock GetFrontDoorNetworkExperimentProfiles() instead.

GetFrontDoorNetworkExperimentProfiles(SubscriptionResource, CancellationToken)

Gets a list of Network Experiment Profiles under a subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/NetworkExperimentProfiles
  • Operation Id: NetworkExperimentProfiles_List
  • Default Api Version: 2019-11-01
  • Resource: FrontDoorNetworkExperimentProfileResource

GetFrontDoorNetworkExperimentProfiles(ResourceGroupResource)

Source:
FrontDoorExtensions.cs
Source:
FrontDoorExtensions.cs

Gets a collection of FrontDoorNetworkExperimentProfileResources in the ResourceGroupResource. MockingTo mock this method, please mock GetFrontDoorNetworkExperimentProfiles() instead.

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

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

Returns

An object representing collection of FrontDoorNetworkExperimentProfileResources and their operations over a FrontDoorNetworkExperimentProfileResource.

Exceptions

resourceGroupResource is null.

Applies to

GetFrontDoorNetworkExperimentProfiles(SubscriptionResource, CancellationToken)

Source:
FrontDoorExtensions.cs
Source:
FrontDoorExtensions.cs

Gets a list of Network Experiment Profiles under a subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/NetworkExperimentProfiles
  • Operation Id: NetworkExperimentProfiles_List
  • Default Api Version: 2019-11-01
  • Resource: FrontDoorNetworkExperimentProfileResource
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)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to