Class OrchestrationServiceStateInput
java.lang.Object
com.microsoft.azure.management.compute.OrchestrationServiceStateInput
The input for OrchestrationServiceState.
-
Constructor Summary
ConstructorDescriptionCreates an instance of OrchestrationServiceStateInput class. -
Method Summary
Modifier and TypeMethodDescriptionaction()
Get the action to be performed.Get the name of the service.Set the action to be performed.withServiceName
(String serviceName) Set the name of the service.
-
Constructor Details
-
OrchestrationServiceStateInput
public OrchestrationServiceStateInput()Creates an instance of OrchestrationServiceStateInput class.
-
-
Method Details
-
serviceName
Get the name of the service.- Returns:
- the serviceName value
-
withServiceName
Set the name of the service.- Parameters:
serviceName
- the serviceName value to set- Returns:
- the OrchestrationServiceStateInput object itself.
-
action
Get the action to be performed. Possible values include: 'Resume', 'Suspend'.- Returns:
- the action value
-
withAction
Set the action to be performed. Possible values include: 'Resume', 'Suspend'.- Parameters:
action
- the action value to set- Returns:
- the OrchestrationServiceStateInput object itself.
-