Class GloballyEnabledApmsInner

java.lang.Object
com.azure.resourcemanager.appplatform.fluent.models.GloballyEnabledApmsInner

public final class GloballyEnabledApmsInner extends Object
Globally enabled APMs payload.
  • Constructor Details

    • GloballyEnabledApmsInner

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

    • value

      public List<String> value()
      Get the value property: Collection of the globally enabled APMs.
      Returns:
      the value value.
    • withValue

      public GloballyEnabledApmsInner withValue(List<String> value)
      Set the value property: Collection of the globally enabled APMs.
      Parameters:
      value - the value value to set.
      Returns:
      the GloballyEnabledApmsInner object itself.
    • validate

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