Interface DeploymentLicenseResponse


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.azurestack.fluent.models.DeploymentLicenseResponseInner object.
    Gets the signature property: Signature of the license chain.
    Gets the temporaryLicenseChain property: A license chain that can be used to temporarily activate an Azure Stack device.
  • Method Details

    • temporaryLicenseChain

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

      String signature()
      Gets the signature property: Signature of the license chain.
      Returns:
      the signature value.
    • innerModel

      Gets the inner com.azure.resourcemanager.azurestack.fluent.models.DeploymentLicenseResponseInner object.
      Returns:
      the inner object.