OrchestrationServiceSummary Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET