PrepareNetworkPoliciesRequest Constructors

Definition

Overloads

PrepareNetworkPoliciesRequest()

Initializes a new instance of the PrepareNetworkPoliciesRequest class.

PrepareNetworkPoliciesRequest(String, IList<NetworkIntentPolicyConfiguration>)

Initializes a new instance of the PrepareNetworkPoliciesRequest class.

PrepareNetworkPoliciesRequest()

Initializes a new instance of the PrepareNetworkPoliciesRequest class.

public PrepareNetworkPoliciesRequest ();
Public Sub New ()

Applies to

PrepareNetworkPoliciesRequest(String, IList<NetworkIntentPolicyConfiguration>)

Initializes a new instance of the PrepareNetworkPoliciesRequest class.

public PrepareNetworkPoliciesRequest (string serviceName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkIntentPolicyConfiguration> networkIntentPolicyConfigurations = default);
new Microsoft.Azure.Management.Network.Models.PrepareNetworkPoliciesRequest : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkIntentPolicyConfiguration> -> Microsoft.Azure.Management.Network.Models.PrepareNetworkPoliciesRequest
Public Sub New (Optional serviceName As String = Nothing, Optional networkIntentPolicyConfigurations As IList(Of NetworkIntentPolicyConfiguration) = Nothing)

Parameters

serviceName
String

The name of the service for which subnet is being prepared for.

networkIntentPolicyConfigurations
IList<NetworkIntentPolicyConfiguration>

A list of NetworkIntentPolicyConfiguration.

Applies to