Share via


DisconnectedOperationPatch Class

Definition

The type used for update operations of the DisconnectedOperation.

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

Constructors

DisconnectedOperationPatch()

Initializes a new instance of DisconnectedOperationPatch.

Properties

Properties

The resource-specific properties for this resource.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DisconnectedOperationPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DisconnectedOperationPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DisconnectedOperationPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DisconnectedOperationPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DisconnectedOperationPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to