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