ImageVersionSecurityProfile Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. ImageVersionSecurityProfile
- com.
Implements
public final class ImageVersionSecurityProfile
implements JsonSerializable<ImageVersionSecurityProfile>
The security profile of a gallery image version.
Constructor Summary
Constructor | Description |
---|---|
ImageVersionSecurityProfile() |
Creates an instance of Image |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Image |
fromJson(JsonReader jsonReader)
Reads an instance of Image |
Json |
toJson(JsonWriter jsonWriter) |
Gallery |
uefiSettings()
Get the uefi |
void |
validate()
Validates the instance. |
Image |
withUefiSettings(GalleryImageVersionUefiSettings uefiSettings)
Set the uefi |
Methods inherited from java.lang.Object
Constructor Details
ImageVersionSecurityProfile
public ImageVersionSecurityProfile()
Creates an instance of ImageVersionSecurityProfile class.
Method Details
fromJson
public static ImageVersionSecurityProfile fromJson(JsonReader jsonReader)
Reads an instance of ImageVersionSecurityProfile from the JsonReader.
Parameters:
Returns:
Throws:
toJson
uefiSettings
public GalleryImageVersionUefiSettings uefiSettings()
Get the uefiSettings property: Contains UEFI settings for the image version.
Returns:
validate
public void validate()
Validates the instance.
withUefiSettings
public ImageVersionSecurityProfile withUefiSettings(GalleryImageVersionUefiSettings uefiSettings)
Set the uefiSettings property: Contains UEFI settings for the image version.
Parameters:
Returns:
Applies to
Azure SDK for Java