Share via


SoftwareUpdateConfigurationTaskProperties Class

Definition

Task properties of the software update configuration.

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

Constructors

SoftwareUpdateConfigurationTaskProperties()

Initializes a new instance of SoftwareUpdateConfigurationTaskProperties.

Properties

Parameters

Gets or sets the parameters of the task.

Source

Gets or sets the name of the runbook.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SoftwareUpdateConfigurationTaskProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SoftwareUpdateConfigurationTaskProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SoftwareUpdateConfigurationTaskProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SoftwareUpdateConfigurationTaskProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SoftwareUpdateConfigurationTaskProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to