Share via


GraphRunbookType Struct

Definition

Runbook Type.

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

Constructors

GraphRunbookType(String)

Initializes a new instance of GraphRunbookType.

Properties

GraphPowerShell

GraphPowerShell.

GraphPowerShellWorkflow

GraphPowerShellWorkflow.

Methods

Equals(GraphRunbookType)

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(GraphRunbookType, GraphRunbookType)

Determines if two GraphRunbookType values are the same.

Implicit(String to GraphRunbookType)

Converts a string to a GraphRunbookType.

Inequality(GraphRunbookType, GraphRunbookType)

Determines if two GraphRunbookType values are not the same.

Applies to