RunbookCreateDraftProperties 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 dratft runbook properties.
public class RunbookCreateDraftProperties
type RunbookCreateDraftProperties = class
Public Class RunbookCreateDraftProperties
- Inheritance
-
RunbookCreateDraftProperties
Constructors
RunbookCreateDraftProperties() |
Initializes a new instance of the RunbookCreateDraftProperties class. |
RunbookCreateDraftProperties(String, RunbookDraft) |
Initializes a new instance of the RunbookCreateDraftProperties class with required arguments. |
Properties
Description |
Optional. Gets or sets the description of the runbook. |
Draft |
Required. Gets or sets the draft runbook properties. |
LogProgress |
Optional. Gets or sets progress log option. |
LogVerbose |
Optional. Gets or sets verbose log option. |
RunbookType |
Required. Gets or sets the type of the runbook. |
ServiceManagementTags |
Optional. Gets or sets the service management tags of the runbook. |