PrepareNetworkPoliciesRequest Constructors
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.
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.Fluent.Models.NetworkIntentPolicyConfiguration> networkIntentPolicyConfigurations = default);
new Microsoft.Azure.Management.Network.Fluent.Models.PrepareNetworkPoliciesRequest : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.NetworkIntentPolicyConfiguration> -> Microsoft.Azure.Management.Network.Fluent.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
Azure SDK for .NET