GalleryImageVersionUefiSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains UEFI settings for the image version.
public class GalleryImageVersionUefiSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.GalleryImageVersionUefiSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.GalleryImageVersionUefiSettings>
type GalleryImageVersionUefiSettings = class
interface IJsonModel<GalleryImageVersionUefiSettings>
interface IPersistableModel<GalleryImageVersionUefiSettings>
Public Class GalleryImageVersionUefiSettings
Implements IJsonModel(Of GalleryImageVersionUefiSettings), IPersistableModel(Of GalleryImageVersionUefiSettings)
- Inheritance
-
GalleryImageVersionUefiSettings
- Implements
Constructors
GalleryImageVersionUefiSettings() |
Initializes a new instance of GalleryImageVersionUefiSettings. |
Properties
AdditionalSignatures |
Additional UEFI key signatures that will be added to the image in addition to the signature templates. |
SignatureTemplateNames |
The name of the template(s) that contains default UEFI key signatures that will be added to the image. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<GalleryImageVersionUefiSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<GalleryImageVersionUefiSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<GalleryImageVersionUefiSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<GalleryImageVersionUefiSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<GalleryImageVersionUefiSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET