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