AutomationActivity 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.
Definition of the activity.
public class AutomationActivity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.AutomationActivity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.AutomationActivity>
public class AutomationActivity
type AutomationActivity = class
interface IJsonModel<AutomationActivity>
interface IPersistableModel<AutomationActivity>
type AutomationActivity = class
Public Class AutomationActivity
Implements IJsonModel(Of AutomationActivity), IPersistableModel(Of AutomationActivity)
Public Class AutomationActivity
- Inheritance
-
AutomationActivity
- Implements
Properties
CreatedOn |
Gets or sets the creation time. |
Definition |
Gets or sets the user name of the activity. |
Description |
Gets or sets the description. |
Id |
Gets or sets the id of the resource. |
LastModifiedOn |
Gets or sets the last modified time. |
Name |
Gets the name of the activity. |
OutputTypes |
Gets or sets the output types of the activity. |
ParameterSets |
Gets or sets the parameter sets of the activity. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AutomationActivity>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AutomationActivity>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AutomationActivity>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AutomationActivity>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AutomationActivity>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET