SCSM.AzureAutomation.RunbookAzure Automation Runbook

SCSM.AzureAutomation.Runbook (ClassType)

Element properties:

Base ClassSystem.SupportingItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf3ea5f6f-7cb3-a6e0-ccb8-48b771cb44cd

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
SCSM.AzureAutomation.Runbook:
Id  string  ID true 256  False  AARB{0}   
Name  string  Name false 256  False     
Description  string  Description false 1024  False     
ConnectorID  guid  ConnectorID false 256       
LastModifiedTime  datetime  Last Modified Time false 256       
Status  enum  Status false 256      AzureAutomationRunbook.Status 
LogVerbose  bool  Log Verbose false 256       
LogProgress  bool  Log Progress false 256       
CreatedDate  datetime  Created Date false 256       
RunbookType  enum  Runbook Type false 256      AzureAutomationRunbook.Type 
Parameters  string  Parameters false 6000  False     

Health Model:

Source Code:

<ClassType ID="SCSM.AzureAutomation.Runbook" Accessibility="Public" Abstract="false" Base="SupportingItem!System.SupportingItem" Hosted="false" Singleton="false">
<Property ID="Id" AutoIncrement="true" Type="string" Key="true" CaseSensitive="false" MaxLength="256" DefaultValue="AARB{0}"/>
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" MaxLength="256"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" MaxLength="1024"/>
<Property ID="ConnectorID" Type="guid" Key="false" CaseSensitive="false" MaxLength="256"/>
<Property ID="LastModifiedTime" Type="datetime"/>
<Property ID="Status" Type="enum" EnumType="AzureAutomationRunbook.Status"/>
<Property ID="LogVerbose" Type="bool"/>
<Property ID="LogProgress" Type="bool"/>
<Property ID="CreatedDate" Type="datetime"/>
<Property ID="RunbookType" Type="enum" EnumType="AzureAutomationRunbook.Type"/>
<Property ID="Parameters" Type="string" Key="false" CaseSensitive="false" MaxLength="6000"/>
</ClassType>