SoftwareUpdateConfigurationTasks 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.
Task properties of the software update configuration.
public class SoftwareUpdateConfigurationTasks : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationTasks>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationTasks>
public class SoftwareUpdateConfigurationTasks
type SoftwareUpdateConfigurationTasks = class
interface IJsonModel<SoftwareUpdateConfigurationTasks>
interface IPersistableModel<SoftwareUpdateConfigurationTasks>
type SoftwareUpdateConfigurationTasks = class
Public Class SoftwareUpdateConfigurationTasks
Implements IJsonModel(Of SoftwareUpdateConfigurationTasks), IPersistableModel(Of SoftwareUpdateConfigurationTasks)
Public Class SoftwareUpdateConfigurationTasks
- Inheritance
-
SoftwareUpdateConfigurationTasks
- Implements
Constructors
SoftwareUpdateConfigurationTasks() |
Initializes a new instance of SoftwareUpdateConfigurationTasks. |
Properties
PostTask |
Post task properties. |
PreTask |
Pre task properties. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SoftwareUpdateConfigurationTasks>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SoftwareUpdateConfigurationTasks>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SoftwareUpdateConfigurationTasks>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SoftwareUpdateConfigurationTasks>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SoftwareUpdateConfigurationTasks>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |