Class ActivationKeyResultInner

java.lang.Object
com.azure.resourcemanager.azurestack.fluent.models.ActivationKeyResultInner

public final class ActivationKeyResultInner extends Object
The resource containing the Azure Stack activation key.
  • Constructor Details

    • ActivationKeyResultInner

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

    • activationKey

      public String activationKey()
      Get the activationKey property: Azure Stack activation key.
      Returns:
      the activationKey value.
    • withActivationKey

      public ActivationKeyResultInner withActivationKey(String activationKey)
      Set the activationKey property: Azure Stack activation key.
      Parameters:
      activationKey - the activationKey value to set.
      Returns:
      the ActivationKeyResultInner object itself.
    • validate

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