Class ProfileListResult

java.lang.Object
com.azure.resourcemanager.trafficmanager.models.ProfileListResult

public final class ProfileListResult extends Object
The list Traffic Manager profiles operation response.
  • Constructor Details

    • ProfileListResult

      public ProfileListResult()
  • Method Details

    • value

      public List<ProfileInner> value()
      Get the value property: Gets the list of Traffic manager profiles.
      Returns:
      the value value.
    • withValue

      public ProfileListResult withValue(List<ProfileInner> value)
      Set the value property: Gets the list of Traffic manager profiles.
      Parameters:
      value - the value value to set.
      Returns:
      the ProfileListResult object itself.
    • validate

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