Condividi tramite


DeploymentLicenseResponse Interface

public interface DeploymentLicenseResponse

An immutable client-side representation of DeploymentLicenseResponse.

Method Summary

Modifier and Type Method and Description
abstract DeploymentLicenseResponseInner innerModel()

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

abstract String signature()

Gets the signature property: Signature of the license chain.

abstract List<String> temporaryLicenseChain()

Gets the temporaryLicenseChain property: A license chain that can be used to temporarily activate an Azure Stack device.

Method Details

innerModel

public abstract DeploymentLicenseResponseInner innerModel()

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

Returns:

the inner object.

signature

public abstract String signature()

Gets the signature property: Signature of the license chain.

Returns:

the signature value.

temporaryLicenseChain

public abstract 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.

Applies to