Udostępnij za pośrednictwem


OrchestrationServiceSummary Constructors

Definition

Overloads

OrchestrationServiceSummary()

Initializes a new instance of the OrchestrationServiceSummary class.

OrchestrationServiceSummary(OrchestrationServiceNames, OrchestrationServiceState)

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(OrchestrationServiceNames, OrchestrationServiceState)

Initializes a new instance of the OrchestrationServiceSummary class.

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

Parameters

serviceName
OrchestrationServiceNames

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

serviceState
OrchestrationServiceState

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

Applies to