OrchestrationServiceStateInput Class

Definition

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