ReleaseKeyResult Class
- java.
lang. Object - com.
azure. security. keyvault. keys. models. ReleaseKeyResult
- com.
Implements
public final class ReleaseKeyResult
implements JsonSerializable<ReleaseKeyResult>
The release result, containing the released key.
Constructor Summary
Constructor | Description |
---|---|
ReleaseKeyResult() |
Creates an instance of Release |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Release |
fromJson(JsonReader jsonReader)
Reads an instance of Release |
String |
getValue()
Get the value property: A signed object containing the released key. |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
ReleaseKeyResult
public ReleaseKeyResult()
Creates an instance of ReleaseKeyResult class.
Method Details
fromJson
public static ReleaseKeyResult fromJson(JsonReader jsonReader)
Reads an instance of ReleaseKeyResult from the JsonReader.
Parameters:
Returns:
Throws:
getValue
public String getValue()
Get the value property: A signed object containing the released key.
Returns:
toJson
Applies to
Azure SDK for Java