Share via


VirtualEnclaveCommunityEndpointPatch Class

Definition

Community Endpoint Patch Resource.

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

Constructors

VirtualEnclaveCommunityEndpointPatch()

Initializes a new instance of VirtualEnclaveCommunityEndpointPatch.

Properties

CommunityEndpointPatchRuleCollection

Community Endpoint Rule Collection.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VirtualEnclaveCommunityEndpointPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VirtualEnclaveCommunityEndpointPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VirtualEnclaveCommunityEndpointPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualEnclaveCommunityEndpointPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VirtualEnclaveCommunityEndpointPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to