Share via


HciVmLogicalNetworkPatch Class

Definition

The logical network resource patch definition.

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

Constructors

HciVmLogicalNetworkPatch()

Initializes a new instance of HciVmLogicalNetworkPatch.

Properties

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HciVmLogicalNetworkPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HciVmLogicalNetworkPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciVmLogicalNetworkPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciVmLogicalNetworkPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HciVmLogicalNetworkPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to