UefiKey Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. UefiKey
- com.
Implements
public final class UefiKey
implements JsonSerializable<UefiKey>
A UEFI key signature.
Constructor Summary
Constructor | Description |
---|---|
UefiKey() |
Creates an instance of Uefi |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Uefi |
fromJson(JsonReader jsonReader)
Reads an instance of Uefi |
Json |
toJson(JsonWriter jsonWriter) |
Uefi |
type()
Get the type property: The type of key signature. |
void |
validate()
Validates the instance. |
List<String> |
value()
Get the value property: The value of the key signature. |
Uefi |
withType(UefiKeyType type)
Set the type property: The type of key signature. |
Uefi |
withValue(List<String> value)
Set the value property: The value of the key signature. |
Methods inherited from java.lang.Object
Constructor Details
UefiKey
public UefiKey()
Creates an instance of UefiKey class.
Method Details
fromJson
public static UefiKey fromJson(JsonReader jsonReader)
Reads an instance of UefiKey from the JsonReader.
Parameters:
Returns:
Throws:
toJson
type
public UefiKeyType type()
Get the type property: The type of key signature.
Returns:
validate
public void validate()
Validates the instance.
value
public List
Get the value property: The value of the key signature.
Returns:
withType
public UefiKey withType(UefiKeyType type)
Set the type property: The type of key signature.
Parameters:
Returns:
withValue
public UefiKey withValue(List
Set the value property: The value of the key signature.
Parameters:
Returns:
Applies to
Azure SDK for Java