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