Share via


AutomationRunbookType Struct

Definition

Gets or sets the type of the runbook.

public readonly struct AutomationRunbookType : IEquatable<Azure.ResourceManager.Automation.Models.AutomationRunbookType>
type AutomationRunbookType = struct
Public Structure AutomationRunbookType
Implements IEquatable(Of AutomationRunbookType)
Inheritance
AutomationRunbookType
Implements

Constructors

AutomationRunbookType(String)

Initializes a new instance of AutomationRunbookType.

Properties

Graph

Graph.

GraphPowerShell

GraphPowerShell.

GraphPowerShellWorkflow

GraphPowerShellWorkflow.

PowerShell

PowerShell.

PowerShellWorkflow

PowerShellWorkflow.

Python2

Python2.

Python3

Python3.

Script

Script.

Methods

Equals(AutomationRunbookType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(AutomationRunbookType, AutomationRunbookType)

Determines if two AutomationRunbookType values are the same.

Implicit(String to AutomationRunbookType)

Converts a string to a AutomationRunbookType.

Inequality(AutomationRunbookType, AutomationRunbookType)

Determines if two AutomationRunbookType values are not the same.

Applies to