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
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
Azure SDK for .NET