Uses of Class
com.microsoft.azure.management.compute.OrchestrationServiceStateAction
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of OrchestrationServiceStateAction in com.microsoft.azure.management.compute
Modifier and TypeFieldDescriptionstatic final OrchestrationServiceStateAction
OrchestrationServiceStateAction.RESUME
Static value Resume for OrchestrationServiceStateAction.static final OrchestrationServiceStateAction
OrchestrationServiceStateAction.SUSPEND
Static value Suspend for OrchestrationServiceStateAction.Modifier and TypeMethodDescriptionOrchestrationServiceStateInput.action()
Get the action to be performed.OrchestrationServiceStateAction.fromString
(String name) Creates or finds a OrchestrationServiceStateAction from its string representation.Modifier and TypeMethodDescriptionOrchestrationServiceStateInput.withAction
(OrchestrationServiceStateAction action) Set the action to be performed.