Share via


AutomationVariableCreateOrUpdateContent Class

Definition

The parameters supplied to the create or update variable operation.

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

Constructors

AutomationVariableCreateOrUpdateContent(String)

Initializes a new instance of AutomationVariableCreateOrUpdateContent.

Properties

Description

Gets or sets the description of the variable.

IsEncrypted

Gets or sets the encrypted flag 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<AutomationVariableCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutomationVariableCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomationVariableCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationVariableCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutomationVariableCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to