Class AcceptedAudiences

java.lang.Object
com.azure.resourcemanager.kusto.models.AcceptedAudiences

public final class AcceptedAudiences extends Object
Represents an accepted audience trusted by the cluster.
  • Constructor Details

    • AcceptedAudiences

      public AcceptedAudiences()
  • Method Details

    • value

      public String value()
      Get the value property: GUID or valid URL representing an accepted audience.
      Returns:
      the value value.
    • withValue

      public AcceptedAudiences withValue(String value)
      Set the value property: GUID or valid URL representing an accepted audience.
      Parameters:
      value - the value value to set.
      Returns:
      the AcceptedAudiences object itself.
    • validate

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