Share via


VirtualEnclaveEndpointPatch Class

Definition

Enclave Endpoint Patch Resource.

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

Constructors

VirtualEnclaveEndpointPatch()

Initializes a new instance of VirtualEnclaveEndpointPatch.

Properties

EnclaveEndpointPatchRuleCollection

Enclave Endpoint Rule Collection.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VirtualEnclaveEndpointPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VirtualEnclaveEndpointPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VirtualEnclaveEndpointPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualEnclaveEndpointPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VirtualEnclaveEndpointPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to