Freigeben über


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

Name Description
GraphRunbookType(String)

Initializes a new instance of GraphRunbookType.

Properties

Name Description
GraphPowerShell

GraphPowerShell.

GraphPowerShellWorkflow

GraphPowerShellWorkflow.

Methods

Name Description
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

Name Description
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