public class OrchestrationServiceStateInput extends Object
| Constructor and Description |
|---|
OrchestrationServiceStateInput()
Creates an instance of OrchestrationServiceStateInput class.
|
| Modifier and Type | Method and Description |
|---|---|
OrchestrationServiceStateAction |
action()
Get the action to be performed.
|
String |
serviceName()
Get the name of the service.
|
OrchestrationServiceStateInput |
withAction(OrchestrationServiceStateAction action)
Set the action to be performed.
|
OrchestrationServiceStateInput |
withServiceName(String serviceName)
Set the name of the service.
|
public OrchestrationServiceStateInput()
public String serviceName()
public OrchestrationServiceStateInput withServiceName(String serviceName)
serviceName - the serviceName value to setpublic OrchestrationServiceStateAction action()
public OrchestrationServiceStateInput withAction(OrchestrationServiceStateAction action)
action - the action value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/