Share via


NetworkRackPatch Class

Definition

Base tracked resource type for PATCH updates.

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

Constructors

NetworkRackPatch()

Initializes a new instance of NetworkRackPatch.

Properties

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NetworkRackPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkRackPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkRackPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkRackPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkRackPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to