RunbookUpdateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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) |