OrchestrationServiceStateInput Constructors

Definition

Overloads

OrchestrationServiceStateInput()

Initializes a new instance of the OrchestrationServiceStateInput class.

OrchestrationServiceStateInput(OrchestrationServiceNames, OrchestrationServiceStateAction)

Initializes a new instance of the OrchestrationServiceStateInput class.

OrchestrationServiceStateInput()

Initializes a new instance of the OrchestrationServiceStateInput class.

public OrchestrationServiceStateInput ();
Public Sub New ()

Applies to

OrchestrationServiceStateInput(OrchestrationServiceNames, OrchestrationServiceStateAction)

Initializes a new instance of the OrchestrationServiceStateInput class.

public OrchestrationServiceStateInput (Microsoft.Azure.Management.Compute.Fluent.Models.OrchestrationServiceNames serviceName, Microsoft.Azure.Management.Compute.Fluent.Models.OrchestrationServiceStateAction action);
new Microsoft.Azure.Management.Compute.Fluent.Models.OrchestrationServiceStateInput : Microsoft.Azure.Management.Compute.Fluent.Models.OrchestrationServiceNames * Microsoft.Azure.Management.Compute.Fluent.Models.OrchestrationServiceStateAction -> Microsoft.Azure.Management.Compute.Fluent.Models.OrchestrationServiceStateInput
Public Sub New (serviceName As OrchestrationServiceNames, action As OrchestrationServiceStateAction)

Parameters

serviceName
OrchestrationServiceNames

The name of the service. Possible values include: 'AutomaticRepairs', 'DummyOrchestrationServiceName'

action
OrchestrationServiceStateAction

The action to be performed. Possible values include: 'Resume', 'Suspend'

Applies to