Class ApmSecretKeysInner

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

public final class ApmSecretKeysInner extends Object
Keys of APM sensitive properties.
  • Constructor Details

    • ApmSecretKeysInner

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

    • value

      public List<String> value()
      Get the value property: Collection of the keys for the APM sensitive properties.
      Returns:
      the value value.
    • withValue

      public ApmSecretKeysInner withValue(List<String> value)
      Set the value property: Collection of the keys for the APM sensitive properties.
      Parameters:
      value - the value value to set.
      Returns:
      the ApmSecretKeysInner object itself.
    • validate

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