Class RoutingIntentProperties

java.lang.Object
com.azure.resourcemanager.network.fluent.models.RoutingIntentProperties

public final class RoutingIntentProperties extends Object
The properties of a RoutingIntent resource.
  • Constructor Details

    • RoutingIntentProperties

      public RoutingIntentProperties()
      Creates an instance of RoutingIntentProperties class.
  • Method Details

    • routingPolicies

      public List<RoutingPolicy> routingPolicies()
      Get the routingPolicies property: List of routing policies.
      Returns:
      the routingPolicies value.
    • withRoutingPolicies

      public RoutingIntentProperties withRoutingPolicies(List<RoutingPolicy> routingPolicies)
      Set the routingPolicies property: List of routing policies.
      Parameters:
      routingPolicies - the routingPolicies value to set.
      Returns:
      the RoutingIntentProperties object itself.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The provisioning state of the RoutingIntent resource.
      Returns:
      the provisioningState value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.