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(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
Azure SDK for .NET