Uses of Class
com.microsoft.azure.management.compute.OrchestrationServiceStateAction
Packages that use OrchestrationServiceStateAction
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of OrchestrationServiceStateAction in com.microsoft.azure.management.compute
Fields in com.microsoft.azure.management.compute declared as OrchestrationServiceStateActionModifier and TypeFieldDescriptionstatic final OrchestrationServiceStateAction
OrchestrationServiceStateAction.RESUME
Static value Resume for OrchestrationServiceStateAction.static final OrchestrationServiceStateAction
OrchestrationServiceStateAction.SUSPEND
Static value Suspend for OrchestrationServiceStateAction.Methods in com.microsoft.azure.management.compute that return OrchestrationServiceStateActionModifier and TypeMethodDescriptionOrchestrationServiceStateInput.action()
Get the action to be performed.OrchestrationServiceStateAction.fromString
(String name) Creates or finds a OrchestrationServiceStateAction from its string representation.Methods in com.microsoft.azure.management.compute that return types with arguments of type OrchestrationServiceStateActionMethods in com.microsoft.azure.management.compute with parameters of type OrchestrationServiceStateActionModifier and TypeMethodDescriptionOrchestrationServiceStateInput.withAction
(OrchestrationServiceStateAction action) Set the action to be performed.