Share via


DscNodePatch Class

Definition

The parameters supplied to the update dsc node operation.

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

Constructors

DscNodePatch()

Initializes a new instance of DscNodePatch.

Properties

DscNodeUpdateParametersName

Gets or sets the name of the dsc node configuration.

NodeId

Gets or sets the id of the dsc node.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DscNodePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DscNodePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DscNodePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DscNodePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DscNodePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to