RunbookCreateOrUpdateDraftProperties 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 draft runbook properties.
public class RunbookCreateOrUpdateDraftProperties
type RunbookCreateOrUpdateDraftProperties = class
Public Class RunbookCreateOrUpdateDraftProperties
- Inheritance
-
RunbookCreateOrUpdateDraftProperties
Constructors
RunbookCreateOrUpdateDraftProperties() |
Initializes a new instance of the RunbookCreateOrUpdateDraftProperties class. |
RunbookCreateOrUpdateDraftProperties(String, RunbookDraft, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Int32>) |
Initializes a new instance of the RunbookCreateOrUpdateDraftProperties class. |
RunbookCreateOrUpdateDraftProperties(String, RunbookDraft) |
Properties
Description |
Gets or sets the description of the runbook. |
Draft |
Gets or sets the draft runbook properties. |
LogActivityTrace |
Gets or sets the activity-level tracing options of the runbook. |
LogProgress |
Gets or sets progress log option. |
LogVerbose |
Gets or sets verbose log option. |
RunbookType |
Gets or sets the type of the runbook. Possible values include: 'Script', 'Graph', 'PowerShellWorkflow', 'PowerShell', 'GraphPowerShellWorkflow', 'GraphPowerShell' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET