ArmNetworkModelFactory.ActiveConfigurationContent Method

Definition

public static Azure.ResourceManager.Network.Models.ActiveConfigurationContent ActiveConfigurationContent(System.Collections.Generic.IEnumerable<Azure.Core.AzureLocation> regions = default, string skipToken = default);
static member ActiveConfigurationContent : seq<Azure.Core.AzureLocation> * string -> Azure.ResourceManager.Network.Models.ActiveConfigurationContent
Public Shared Function ActiveConfigurationContent (Optional regions As IEnumerable(Of AzureLocation) = Nothing, Optional skipToken As String = Nothing) As ActiveConfigurationContent

Parameters

regions
IEnumerable<AzureLocation>

List of regions.

skipToken
String

When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

Returns

A new ActiveConfigurationContent instance for mocking.

Applies to