다음을 통해 공유


SoftwareUpdateConfigurationCollectionItem Class

Definition

Software update configuration collection item properties.

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

Properties

CreatedOn

Creation time of the software update configuration, which only appears in the response.

Frequency

execution frequency of the schedule associated with the software update configuration.

Id

Resource Id of the software update configuration.

LastModifiedOn

Last time software update configuration was modified, which only appears in the response.

Name

Name of the software update configuration.

NextRunOn

ext run time of the update.

ProvisioningState

Provisioning state for the software update configuration, which only appears in the response.

StartOn

the start time of the update.

Tasks

Pre and Post Tasks defined.

UpdateConfiguration

Update specific properties of the software update configuration.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SoftwareUpdateConfigurationCollectionItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SoftwareUpdateConfigurationCollectionItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SoftwareUpdateConfigurationCollectionItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SoftwareUpdateConfigurationCollectionItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SoftwareUpdateConfigurationCollectionItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to