ArmNetworkModelFactory.ActiveConfigurationContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.