Class TrafficControllerProperties

java.lang.Object
com.azure.resourcemanager.servicenetworking.fluent.models.TrafficControllerProperties

public final class TrafficControllerProperties extends Object
Traffic Controller Properties.
  • Constructor Details

    • TrafficControllerProperties

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

    • configurationEndpoints

      public List<String> configurationEndpoints()
      Get the configurationEndpoints property: Configuration Endpoints.
      Returns:
      the configurationEndpoints value.
    • frontends

      public List<ResourceId> frontends()
      Get the frontends property: Frontends References List.
      Returns:
      the frontends value.
    • associations

      public List<ResourceId> associations()
      Get the associations property: Associations References List.
      Returns:
      the associations value.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The status of the last operation.
      Returns:
      the provisioningState value.
    • validate

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