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:
jsonReader
- The JsonReader being read.
Returns:
An instance of ReleaseKeyResult if the JsonReader was pointing to an instance of it, or null if it was
pointing to JSON null.
Throws:
- If an error occurs while reading the ReleaseKeyResult.
getValue
public String getValue()
Get the value property: A signed object containing the released key.
Returns:
the value value.
toJson
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java