RunbookUpdateParameters Class

Definition

The parameters supplied to the update runbook operation.

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

Constructors

RunbookUpdateParameters()

Initializes a new instance of the RunbookUpdateParameters class.

Properties

Location

Optional. Gets or sets the location of the resource.

(Inherited from ResourceUpdateParameterBase)
Name

Optional. Gets or sets the name of the resource.

(Inherited from ResourceUpdateParameterBase)
Properties

Optional. Gets or sets the runbook update properties.

Tags

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

(Inherited from ResourceUpdateParameterBase)

Applies to