次の方法で共有


DeploymentLicenseRequest Class

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

Implements

public final class DeploymentLicenseRequest
implements JsonSerializable<DeploymentLicenseRequest>

Request details for generating a deployment license.

Constructor Summary

Constructor Description
DeploymentLicenseRequest()

Creates an instance of DeploymentLicenseRequest class.

Method Summary

Modifier and Type Method and Description
static DeploymentLicenseRequest fromJson(JsonReader jsonReader)

Reads an instance of DeploymentLicenseRequest from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

String verificationVersion()

Get the verificationVersion property: Signing verification public key version.

DeploymentLicenseRequest withVerificationVersion(String verificationVersion)

Set the verificationVersion property: Signing verification public key version.

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:

jsonReader - The JsonReader being read.

Returns:

An instance of DeploymentLicenseRequest if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the DeploymentLicenseRequest.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

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.

Applies to