Class PrepareNetworkPoliciesRequest
java.lang.Object
com.microsoft.azure.management.network.PrepareNetworkPoliciesRequest
Details of PrepareNetworkPolicies for Subnet.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a list of NetworkIntentPolicyConfiguration.Get the name of the service for which subnet is being prepared for.withNetworkIntentPolicyConfigurations
(List<NetworkIntentPolicyConfiguration> networkIntentPolicyConfigurations) Set a list of NetworkIntentPolicyConfiguration.withServiceName
(String serviceName) Set the name of the service for which subnet is being prepared for.
-
Constructor Details
-
PrepareNetworkPoliciesRequest
public PrepareNetworkPoliciesRequest()
-
-
Method Details
-
serviceName
Get the name of the service for which subnet is being prepared for.- Returns:
- the serviceName value
-
withServiceName
Set the name of the service for which subnet is being prepared for.- Parameters:
serviceName
- the serviceName value to set- Returns:
- the PrepareNetworkPoliciesRequest object itself.
-
networkIntentPolicyConfigurations
Get a list of NetworkIntentPolicyConfiguration.- Returns:
- the networkIntentPolicyConfigurations value
-
withNetworkIntentPolicyConfigurations
public PrepareNetworkPoliciesRequest withNetworkIntentPolicyConfigurations(List<NetworkIntentPolicyConfiguration> networkIntentPolicyConfigurations) Set a list of NetworkIntentPolicyConfiguration.- Parameters:
networkIntentPolicyConfigurations
- the networkIntentPolicyConfigurations value to set- Returns:
- the PrepareNetworkPoliciesRequest object itself.
-