Share via


SoftwareUpdateConfigurationRunTaskProperties Class

Definition

Task properties of the software update configuration.

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

Properties

JobId

The job id of the task.

Source

The name of the source of the task.

Status

The status of the task.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SoftwareUpdateConfigurationRunTaskProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SoftwareUpdateConfigurationRunTaskProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SoftwareUpdateConfigurationRunTaskProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SoftwareUpdateConfigurationRunTaskProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SoftwareUpdateConfigurationRunTaskProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to