Runbook 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.
Definition of the runbook type.
public class Runbook : Microsoft.WindowsAzure.Management.Automation.Models.ResourceBase
type Runbook = class
inherit ResourceBase
Public Class Runbook
Inherits ResourceBase
- Inheritance
Constructors
Runbook() |
Initializes a new instance of the Runbook class. |
Properties
Id |
Optional. Gets or sets the id of the resource. (Inherited from ResourceBase) |
Location |
Optional. Gets or sets the location of the resource. (Inherited from ResourceBase) |
Name |
Optional. Gets or sets the name of the resource. (Inherited from ResourceBase) |
Properties |
Optional. Gets or sets the runbook properties. |
Tags |
Optional. Gets or sets the tags attached to the resource. (Inherited from ResourceBase) |
Type |
Optional. Gets or sets the type of the resource. (Inherited from ResourceBase) |