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


SoftwareUpdateConfigurationRun Class

Definition

Software update configuration Run properties.

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

Properties

ComputerCount

Number of computers in the software update configuration run.

ConfiguredDuration

Configured duration for the software update configuration run.

CreatedBy

CreatedBy property, which only appears in the response.

CreatedOn

Creation time of the resource, which only appears in the response.

EndOn

End time of the software update configuration run.

FailedCount

Number of computers with failed status.

Id

Resource Id of the software update configuration run.

LastModifiedBy

LastModifiedBy property, which only appears in the response.

LastModifiedOn

Last time resource was modified, which only appears in the response.

Name

Name of the software update configuration run.

OSType

Operating system target of the software update configuration triggered this run.

SoftwareUpdateName

Name of the software update configuration triggered the software update configuration run.

StartOn

Start time of the software update configuration run.

Status

Status of the software update configuration run.

Tasks

Software update configuration tasks triggered in this run.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SoftwareUpdateConfigurationRun>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SoftwareUpdateConfigurationRun>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SoftwareUpdateConfigurationRun>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SoftwareUpdateConfigurationRun>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SoftwareUpdateConfigurationRun>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to