java.lang.Object
com.azure.resourcemanager.automation.models.Key

public final class Key extends Object
Automation key which is used to register a DSC Node.
  • Constructor Details

    • Key

      public Key()
  • Method Details

    • keyName

      public AutomationKeyName keyName()
      Get the keyName property: Automation key name.
      Returns:
      the keyName value.
    • permissions

      public AutomationKeyPermissions permissions()
      Get the permissions property: Automation key permissions.
      Returns:
      the permissions value.
    • value

      public String value()
      Get the value property: Value of the Automation Key used for registration.
      Returns:
      the value value.
    • validate

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