다음을 통해 공유


VirtualEnclavePatch Class

Definition

Virtual Enclave Patch Model.

public class VirtualEnclavePatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.VirtualEnclaves.Models.VirtualEnclavePatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.VirtualEnclaves.Models.VirtualEnclavePatch>
type VirtualEnclavePatch = class
    interface IJsonModel<VirtualEnclavePatch>
    interface IPersistableModel<VirtualEnclavePatch>
Public Class VirtualEnclavePatch
Implements IJsonModel(Of VirtualEnclavePatch), IPersistableModel(Of VirtualEnclavePatch)
Inheritance
VirtualEnclavePatch
Implements

Constructors

VirtualEnclavePatch()

Initializes a new instance of VirtualEnclavePatch.

Properties

Identity

The managed service identities assigned to this resource.

Properties

Virtual Enclave Patch properties.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VirtualEnclavePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<VirtualEnclavePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VirtualEnclavePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualEnclavePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<VirtualEnclavePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to