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

GalleryImageVersionUefiSettings Class

Definition

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