你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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: