RunbookCreateDraftParameters Class

Definition

The parameters supplied to the create runbook operation.

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

Constructors

RunbookCreateDraftParameters()

Initializes a new instance of the RunbookCreateDraftParameters class.

RunbookCreateDraftParameters(RunbookCreateDraftProperties)

Initializes a new instance of the RunbookCreateDraftParameters 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 draft create properties.

Tags

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

(Inherited from ResourceCreateParameterBase)

Applies to