Share via


RunbookTypeEnum Class

 

The type of runbook.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Automation.Models.RunbookTypeEnum

Syntax

public static class RunbookTypeEnum
public ref class RunbookTypeEnum abstract sealed 
[<AbstractClass>]
[<Sealed>]
type RunbookTypeEnum = class end
Public NotInheritable Class RunbookTypeEnum

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static Script

System_CAPS_pubfieldSystem_CAPS_static Workflow

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top