Class PrepareNetworkPoliciesRequest
java.lang.Object
com.microsoft.azure.management.network.PrepareNetworkPoliciesRequest
Details of PrepareNetworkPolicies for Subnet.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
PrepareNetworkPoliciesRequestpublic PrepareNetworkPoliciesRequest()
 
- 
- 
Method Details- 
serviceNameGet the name of the service for which subnet is being prepared for.- Returns:
- the serviceName value
 
- 
withServiceNameSet the name of the service for which subnet is being prepared for.- Parameters:
- serviceName- the serviceName value to set
- Returns:
- the PrepareNetworkPoliciesRequest object itself.
 
- 
networkIntentPolicyConfigurationsGet a list of NetworkIntentPolicyConfiguration.- Returns:
- the networkIntentPolicyConfigurations value
 
- 
withNetworkIntentPolicyConfigurationspublic PrepareNetworkPoliciesRequest withNetworkIntentPolicyConfigurations(List<NetworkIntentPolicyConfiguration> networkIntentPolicyConfigurations) Set a list of NetworkIntentPolicyConfiguration.- Parameters:
- networkIntentPolicyConfigurations- the networkIntentPolicyConfigurations value to set
- Returns:
- the PrepareNetworkPoliciesRequest object itself.
 
 
-