OrchestrationServiceStateInput Class
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 input for OrchestrationServiceState
public class OrchestrationServiceStateInput
type OrchestrationServiceStateInput = class
Public Class OrchestrationServiceStateInput
- Inheritance
-
OrchestrationServiceStateInput
Constructors
OrchestrationServiceStateInput() |
Initializes a new instance of the OrchestrationServiceStateInput class. |
OrchestrationServiceStateInput(OrchestrationServiceNames, OrchestrationServiceStateAction) |
Initializes a new instance of the OrchestrationServiceStateInput class. |
Properties
Action |
Gets or sets the action to be performed. Possible values include: 'Resume', 'Suspend' |
ServiceName |
Gets or sets the name of the service. Possible values include: 'AutomaticRepairs' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET