Interface KeyListResult


public interface KeyListResult
An immutable client-side representation of KeyListResult.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.automation.fluent.models.KeyListResultInner object.
    Gets the keys property: Lists the automation keys.
  • Method Details

    • keys

      List<Key> keys()
      Gets the keys property: Lists the automation keys.
      Returns:
      the keys value.
    • innerModel

      KeyListResultInner innerModel()
      Gets the inner com.azure.resourcemanager.automation.fluent.models.KeyListResultInner object.
      Returns:
      the inner object.