AutomationRunbookCreateOrUpdateContent 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.
The parameters supplied to the create or update runbook operation.
public class AutomationRunbookCreateOrUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.AutomationRunbookCreateOrUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.AutomationRunbookCreateOrUpdateContent>
public class AutomationRunbookCreateOrUpdateContent
type AutomationRunbookCreateOrUpdateContent = class
interface IJsonModel<AutomationRunbookCreateOrUpdateContent>
interface IPersistableModel<AutomationRunbookCreateOrUpdateContent>
type AutomationRunbookCreateOrUpdateContent = class
Public Class AutomationRunbookCreateOrUpdateContent
Implements IJsonModel(Of AutomationRunbookCreateOrUpdateContent), IPersistableModel(Of AutomationRunbookCreateOrUpdateContent)
Public Class AutomationRunbookCreateOrUpdateContent
- Inheritance
-
AutomationRunbookCreateOrUpdateContent
- Implements
Constructors
AutomationRunbookCreateOrUpdateContent(AutomationRunbookType) |
Initializes a new instance of AutomationRunbookCreateOrUpdateContent. |
Properties
Description |
Gets or sets the description of the runbook. |
Draft |
Gets or sets the draft runbook properties. |
IsLogProgressEnabled |
Gets or sets progress log option. |
IsLogVerboseEnabled |
Gets or sets verbose log option. |
Location |
Gets or sets the location of the resource. |
LogActivityTrace |
Gets or sets the activity-level tracing options of the runbook. |
Name |
Gets or sets the name of the resource. |
PublishContentLink |
Gets or sets the published runbook content link. |
RunbookType |
Gets or sets the type of the runbook. |
Tags |
Gets or sets the tags attached to the resource. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AutomationRunbookCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AutomationRunbookCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AutomationRunbookCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AutomationRunbookCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AutomationRunbookCreateOrUpdateContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET