Class RunBookArgs
Inherited Members
Namespace: Pulumi.Azure.Automation
Assembly: Pulumi.Azure.dll
Syntax
public sealed class RunBookArgs : ResourceArgs
Constructors
View SourceRunBookArgs()
Declaration
public RunBookArgs()
Properties
View SourceAutomationAccountName
The name of the automation account in which the Runbook is created. Changing this forces a new resource to be created.
Declaration
public Input<string> AutomationAccountName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Content
The desired content of the runbook.
Declaration
public Input<string> Content { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
A description for this credential.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Location
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LogProgress
Progress log option.
Declaration
public Input<bool> LogProgress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
LogVerbose
Verbose log option.
Declaration
public Input<bool> LogVerbose { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
Specifies the name of the Runbook. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PublishContentLink
The published runbook content link.
Declaration
public Input<RunBookPublishContentLinkArgs> PublishContentLink { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<RunBookPublishContentLinkArgs> |
ResourceGroupName
The name of the resource group in which the Runbook is created. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RunbookType
The type of the runbook - can be either Graph, GraphPowerShell, GraphPowerShellWorkflow, PowerShellWorkflow, PowerShell or Script.
Declaration
public Input<string> RunbookType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |