RunbookCreateParameters Class

Definition

The parameters supplied to the create runbook operation.

public class RunbookCreateParameters : Microsoft.WindowsAzure.Management.Automation.Models.ResourceCreateParameterBase
type RunbookCreateParameters = class
    inherit ResourceCreateParameterBase
Public Class RunbookCreateParameters
Inherits ResourceCreateParameterBase
Inheritance
RunbookCreateParameters

Constructors

RunbookCreateParameters()

Initializes a new instance of the RunbookCreateParameters class.

RunbookCreateParameters(RunbookCreateProperties)

Initializes a new instance of the RunbookCreateParameters class with required arguments.

Properties

Location

Optional. Gets or sets the location of the resource.

(Inherited from ResourceCreateParameterBase)
Name

Optional. Gets or sets the name of the resource.

(Inherited from ResourceCreateParameterBase)
Properties

Required. Gets or sets runbook create properties.

Tags

Optional. Gets or sets the tags attached to the resource.

(Inherited from ResourceCreateParameterBase)

Applies to