AutomationRunbookPatch 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 update runbook operation.
public class AutomationRunbookPatch
type AutomationRunbookPatch = class
Public Class AutomationRunbookPatch
- Inheritance
-
AutomationRunbookPatch
Constructors
AutomationRunbookPatch() |
Initializes a new instance of AutomationRunbookPatch. |
Properties
Description |
Gets or sets the description of the runbook. |
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. |
Tags |
Gets or sets the tags attached to the resource. |
Applies to
Azure SDK for .NET