Class DeploymentLicenseResponseInner

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

public final class DeploymentLicenseResponseInner extends Object
A license that can be used to deploy an Azure Stack device.
  • Constructor Details

    • DeploymentLicenseResponseInner

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

    • temporaryLicenseChain

      public List<String> temporaryLicenseChain()
      Get the temporaryLicenseChain property: A license chain that can be used to temporarily activate an Azure Stack device.
      Returns:
      the temporaryLicenseChain value.
    • withTemporaryLicenseChain

      public DeploymentLicenseResponseInner withTemporaryLicenseChain(List<String> temporaryLicenseChain)
      Set the temporaryLicenseChain property: A license chain that can be used to temporarily activate an Azure Stack device.
      Parameters:
      temporaryLicenseChain - the temporaryLicenseChain value to set.
      Returns:
      the DeploymentLicenseResponseInner object itself.
    • signature

      public String signature()
      Get the signature property: Signature of the license chain.
      Returns:
      the signature value.
    • withSignature

      public DeploymentLicenseResponseInner withSignature(String signature)
      Set the signature property: Signature of the license chain.
      Parameters:
      signature - the signature value to set.
      Returns:
      the DeploymentLicenseResponseInner object itself.
    • validate

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