SoftwareUpdateConfigurationMachineRun Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Software update configuration machine run model.
public class SoftwareUpdateConfigurationMachineRun : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationMachineRun>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationMachineRun>
public class SoftwareUpdateConfigurationMachineRun
type SoftwareUpdateConfigurationMachineRun = class
interface IJsonModel<SoftwareUpdateConfigurationMachineRun>
interface IPersistableModel<SoftwareUpdateConfigurationMachineRun>
type SoftwareUpdateConfigurationMachineRun = class
Public Class SoftwareUpdateConfigurationMachineRun
Implements IJsonModel(Of SoftwareUpdateConfigurationMachineRun), IPersistableModel(Of SoftwareUpdateConfigurationMachineRun)
Public Class SoftwareUpdateConfigurationMachineRun
- Inheritance
-
SoftwareUpdateConfigurationMachineRun
- Implements
Properties
ConfiguredDuration |
configured duration for the software update configuration run. |
CorrelationId |
correlation id of the software update configuration machine 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 machine run. |
Error |
Details of provisioning error. |
Id |
Resource Id of the software update configuration machine run. |
JobId |
Id of the job associated with 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 machine 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. |
SourceComputerId |
source computer id of the software update configuration machine run. |
StartOn |
Start time of the software update configuration machine run. |
Status |
Status of the software update configuration machine run. |
TargetComputerId |
name of the updated computer. |
TargetComputerType |
type of the updated computer. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SoftwareUpdateConfigurationMachineRun>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SoftwareUpdateConfigurationMachineRun>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SoftwareUpdateConfigurationMachineRun>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SoftwareUpdateConfigurationMachineRun>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SoftwareUpdateConfigurationMachineRun>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET