Share via


DedicatedHsmPatch Class

Definition

Patchable properties of the dedicated HSM.

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

Constructors

DedicatedHsmPatch()

Initializes a new instance of DedicatedHsmPatch.

Properties

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DedicatedHsmPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DedicatedHsmPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DedicatedHsmPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DedicatedHsmPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DedicatedHsmPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to