Share via


OrchestrationServiceSummary Constructors

Definition

Overloads

OrchestrationServiceSummary()

Initializes a new instance of the OrchestrationServiceSummary class.

OrchestrationServiceSummary(String, String)

Initializes a new instance of the OrchestrationServiceSummary class.

OrchestrationServiceSummary()

Initializes a new instance of the OrchestrationServiceSummary class.

public OrchestrationServiceSummary ();
Public Sub New ()

Applies to

OrchestrationServiceSummary(String, String)

Initializes a new instance of the OrchestrationServiceSummary class.

public OrchestrationServiceSummary (string serviceName = default, string serviceState = default);
new Microsoft.Azure.Management.Compute.Models.OrchestrationServiceSummary : string * string -> Microsoft.Azure.Management.Compute.Models.OrchestrationServiceSummary
Public Sub New (Optional serviceName As String = Nothing, Optional serviceState As String = Nothing)

Parameters

serviceName
String

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

serviceState
String

The current state of the service. Possible values include: 'NotRunning', 'Running', 'Suspended'

Applies to