OrchestrationServiceStateAction 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.
The action to be performed.
public readonly struct OrchestrationServiceStateAction : IEquatable<Azure.ResourceManager.Compute.Models.OrchestrationServiceStateAction>
type OrchestrationServiceStateAction = struct
Public Structure OrchestrationServiceStateAction
Implements IEquatable(Of OrchestrationServiceStateAction)
- Inheritance
-
OrchestrationServiceStateAction
- Implements
Constructors
OrchestrationServiceStateAction(String) |
Initializes a new instance of OrchestrationServiceStateAction. |
Properties
Resume |
Resume. |
Suspend |
Suspend. |
Methods
Equals(OrchestrationServiceStateAction) |
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(OrchestrationServiceStateAction, OrchestrationServiceStateAction) |
Determines if two OrchestrationServiceStateAction values are the same. |
Implicit(String to OrchestrationServiceStateAction) |
Converts a String to a OrchestrationServiceStateAction. |
Inequality(OrchestrationServiceStateAction, OrchestrationServiceStateAction) |
Determines if two OrchestrationServiceStateAction values are not the same. |
Applies to
Azure SDK for .NET