DeploymentLicenseRequest Class
- java.
lang. Object - com.
azure. resourcemanager. azurestack. models. DeploymentLicenseRequest
- com.
Implements
public final class DeploymentLicenseRequest
implements JsonSerializable<DeploymentLicenseRequest>
Request details for generating a deployment license.
Constructor Summary
| Constructor | Description |
|---|---|
| DeploymentLicenseRequest() |
Creates an instance of Deployment |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Deployment |
fromJson(JsonReader jsonReader)
Reads an instance of Deployment |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| String |
verificationVersion()
Get the verification |
|
Deployment |
withVerificationVersion(String verificationVersion)
Set the verification |
Methods inherited from java.lang.Object
Constructor Details
DeploymentLicenseRequest
public DeploymentLicenseRequest()
Creates an instance of DeploymentLicenseRequest class.
Method Details
fromJson
public static DeploymentLicenseRequest fromJson(JsonReader jsonReader)
Reads an instance of DeploymentLicenseRequest from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
verificationVersion
public String verificationVersion()
Get the verificationVersion property: Signing verification public key version.
Returns:
withVerificationVersion
public DeploymentLicenseRequest withVerificationVersion(String verificationVersion)
Set the verificationVersion property: Signing verification public key version.
Parameters:
Returns: