Class KeyListResultInner

java.lang.Object
com.azure.resourcemanager.automation.fluent.models.KeyListResultInner

public final class KeyListResultInner extends Object
The KeyListResult model.
  • Constructor Details

    • KeyListResultInner

      public KeyListResultInner()
  • Method Details

    • keys

      public List<Key> keys()
      Get the keys property: Lists the automation keys.
      Returns:
      the keys value.
    • withKeys

      public KeyListResultInner withKeys(List<Key> keys)
      Set the keys property: Lists the automation keys.
      Parameters:
      keys - the keys value to set.
      Returns:
      the KeyListResultInner object itself.
    • validate

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