PrepareNetworkPoliciesRequest Class

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

public class PrepareNetworkPoliciesRequest

Details of PrepareNetworkPolicies for Subnet.

Constructor Summary

Constructor Description
PrepareNetworkPoliciesRequest()

Method Summary

Modifier and Type Method and Description
java.util.List<NetworkIntentPolicyConfiguration> networkIntentPolicyConfigurations()

Get a list of NetworkIntentPolicyConfiguration.

java.lang.String serviceName()

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

PrepareNetworkPoliciesRequest withNetworkIntentPolicyConfigurations(List<NetworkIntentPolicyConfiguration> networkIntentPolicyConfigurations)

Set a list of NetworkIntentPolicyConfiguration.

PrepareNetworkPoliciesRequest withServiceName(String serviceName)

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

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

PrepareNetworkPoliciesRequest

public PrepareNetworkPoliciesRequest()

Method Details

networkIntentPolicyConfigurations

public List networkIntentPolicyConfigurations()

Get a list of NetworkIntentPolicyConfiguration.

Returns:

the networkIntentPolicyConfigurations value

serviceName

public String serviceName()

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

Returns:

the serviceName value

withNetworkIntentPolicyConfigurations

public PrepareNetworkPoliciesRequest withNetworkIntentPolicyConfigurations(List networkIntentPolicyConfigurations)

Set a list of NetworkIntentPolicyConfiguration.

Parameters:

networkIntentPolicyConfigurations - the networkIntentPolicyConfigurations value to set

Returns:

the PrepareNetworkPoliciesRequest object itself.

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.

Applies to