RunbookCreateOrUpdateParameters Class

Definition

The parameters supplied to the create or update runbook operation.

public class RunbookCreateOrUpdateParameters : Microsoft.Azure.Management.Automation.Models.ResourceCreateOrUpdateParameterBase
[Microsoft.Rest.Serialization.JsonTransformation]
public class RunbookCreateOrUpdateParameters
type RunbookCreateOrUpdateParameters = class
    inherit ResourceCreateOrUpdateParameterBase
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RunbookCreateOrUpdateParameters = class
Public Class RunbookCreateOrUpdateParameters
Inherits ResourceCreateOrUpdateParameterBase
Public Class RunbookCreateOrUpdateParameters
Inheritance
RunbookCreateOrUpdateParameters
Inheritance
RunbookCreateOrUpdateParameters
Attributes

Constructors

RunbookCreateOrUpdateParameters()

Initializes a new instance of the RunbookCreateOrUpdateParameters class.

RunbookCreateOrUpdateParameters(RunbookCreateOrUpdateProperties)
RunbookCreateOrUpdateParameters(String, Nullable<Boolean>, Nullable<Boolean>, RunbookDraft, ContentLink, String, Nullable<Int32>, String, String, IDictionary<String,String>)

Initializes a new instance of the RunbookCreateOrUpdateParameters class.

Properties

Description

Gets or sets the description of the runbook.

Draft

Gets or sets the draft runbook properties.

Location

Gets or sets the location of the resource.

Location (Inherited from ResourceCreateOrUpdateParameterBase)
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.

Name

Gets or sets the name of the resource.

Name (Inherited from ResourceCreateOrUpdateParameterBase)
Properties
PublishContentLink

Gets or sets the published runbook content link.

RunbookType

Gets or sets the type of the runbook. Possible values include: 'Script', 'Graph', 'PowerShellWorkflow', 'PowerShell', 'GraphPowerShellWorkflow', 'GraphPowerShell'

Tags

Gets or sets the tags attached to the resource.

Tags (Inherited from ResourceCreateOrUpdateParameterBase)

Methods

Validate()

Validate the object.

Applies to