다음을 통해 공유


OrchestrationServiceStateInput Constructors

Definition

Overloads

OrchestrationServiceStateInput()

Initializes a new instance of the OrchestrationServiceStateInput class.

OrchestrationServiceStateInput(String, String)

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(String, String)

Initializes a new instance of the OrchestrationServiceStateInput class.

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

Parameters

serviceName
String

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

action
String

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

Applies to