Class DeploymentLicenseRequest

java.lang.Object
com.azure.resourcemanager.azurestack.models.DeploymentLicenseRequest

public final class DeploymentLicenseRequest extends Object
Request details for generating a deployment license.
  • Constructor Details

    • DeploymentLicenseRequest

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

    • verificationVersion

      public String verificationVersion()
      Get the verificationVersion property: Signing verification public key version.
      Returns:
      the verificationVersion value.
    • withVerificationVersion

      public DeploymentLicenseRequest withVerificationVersion(String verificationVersion)
      Set the verificationVersion property: Signing verification public key version.
      Parameters:
      verificationVersion - the verificationVersion value to set.
      Returns:
      the DeploymentLicenseRequest object itself.
    • validate

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