Поделиться через


AutomationVariablePatch Class

Definition

The parameters supplied to the update variable operation.

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

Constructors

AutomationVariablePatch()

Initializes a new instance of AutomationVariablePatch.

Properties

Description

Gets or sets the description of the variable.

Name

Gets or sets the name of the variable.

Value

Gets or sets the value of the variable.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutomationVariablePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutomationVariablePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomationVariablePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationVariablePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutomationVariablePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to