OrchestrationServiceStateInput 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
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'
The action to be performed. Possible values include: 'Resume', 'Suspend'