다음을 통해 공유


SoftwareUpdateConfigurationTargetProperties Class

Definition

Group specific to the update configuration.

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

Constructors

SoftwareUpdateConfigurationTargetProperties()

Initializes a new instance of SoftwareUpdateConfigurationTargetProperties.

Properties

AzureQueries

List of Azure queries in the software update configuration.

NonAzureQueries

List of non Azure queries in the software update configuration.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SoftwareUpdateConfigurationTargetProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SoftwareUpdateConfigurationTargetProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SoftwareUpdateConfigurationTargetProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SoftwareUpdateConfigurationTargetProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SoftwareUpdateConfigurationTargetProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to