Class PrepareNetworkPoliciesRequest

java.lang.Object
com.microsoft.azure.management.network.PrepareNetworkPoliciesRequest

public class PrepareNetworkPoliciesRequest extends Object
Details of PrepareNetworkPolicies for Subnet.
  • Constructor Details

    • PrepareNetworkPoliciesRequest

      public PrepareNetworkPoliciesRequest()
  • Method Details

    • serviceName

      public String serviceName()
      Get the name of the service for which subnet is being prepared for.
      Returns:
      the serviceName value
    • withServiceName

      public PrepareNetworkPoliciesRequest withServiceName(String serviceName)
      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

      public List<NetworkIntentPolicyConfiguration> 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.