GraphRunbookType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |