RunbookState 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.
Gets or sets the state of the runbook.
public readonly struct RunbookState : IEquatable<Azure.ResourceManager.Automation.Models.RunbookState>
type RunbookState = struct
Public Structure RunbookState
Implements IEquatable(Of RunbookState)
- Inheritance
-
RunbookState
- Implements
Constructors
RunbookState(String) |
Initializes a new instance of RunbookState. |
Properties
Edit |
Edit. |
New |
New. |
Published |
Published. |
Methods
Equals(RunbookState) |
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(RunbookState, RunbookState) |
Determines if two RunbookState values are the same. |
Implicit(String to RunbookState) |
Converts a string to a RunbookState. |
Inequality(RunbookState, RunbookState) |
Determines if two RunbookState values are not the same. |
Applies to
Azure SDK for .NET