Share via


VirtualEnclaveCommunityPatch Class

Definition

Community Patch Resource.

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

Constructors

Name Description
VirtualEnclaveCommunityPatch()

Initializes a new instance of VirtualEnclaveCommunityPatch.

Properties

Name Description
Identity

The managed service identities assigned to this resource.

Properties

Community Patch properties.

Tags

Resource tags.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<VirtualEnclaveCommunityPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VirtualEnclaveCommunityPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VirtualEnclaveCommunityPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualEnclaveCommunityPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VirtualEnclaveCommunityPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to