ArmNetworkModelFactory.PrepareNetworkPoliciesContent 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.PrepareNetworkPoliciesContent PrepareNetworkPoliciesContent(string serviceName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.NetworkIntentPolicyConfiguration> networkIntentPolicyConfigurations = default);
static member PrepareNetworkPoliciesContent : string * seq<Azure.ResourceManager.Network.Models.NetworkIntentPolicyConfiguration> -> Azure.ResourceManager.Network.Models.PrepareNetworkPoliciesContent
Public Shared Function PrepareNetworkPoliciesContent (Optional serviceName As String = Nothing, Optional networkIntentPolicyConfigurations As IEnumerable(Of NetworkIntentPolicyConfiguration) = Nothing) As PrepareNetworkPoliciesContent
Parameters
- serviceName
- String
The name of the service for which subnet is being prepared for.
- networkIntentPolicyConfigurations
- IEnumerable<NetworkIntentPolicyConfiguration>
A list of NetworkIntentPolicyConfiguration.
Returns
A new PrepareNetworkPoliciesContent instance for mocking.