Uses of Class
com.azure.resourcemanager.compute.models.OrchestrationServiceStateAction
-
Packages that use OrchestrationServiceStateAction Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of OrchestrationServiceStateAction in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as OrchestrationServiceStateAction Modifier and Type Field Description static OrchestrationServiceStateActionOrchestrationServiceStateAction. RESUMEStatic value Resume for OrchestrationServiceStateAction.static OrchestrationServiceStateActionOrchestrationServiceStateAction. SUSPENDStatic value Suspend for OrchestrationServiceStateAction.Methods in com.azure.resourcemanager.compute.models that return OrchestrationServiceStateAction Modifier and Type Method Description OrchestrationServiceStateActionOrchestrationServiceStateInput. action()Get the action property: The action to be performed.static OrchestrationServiceStateActionOrchestrationServiceStateAction. fromString(String name)Creates or finds a OrchestrationServiceStateAction from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type OrchestrationServiceStateAction Modifier and Type Method Description static Collection<OrchestrationServiceStateAction>OrchestrationServiceStateAction. values()Methods in com.azure.resourcemanager.compute.models with parameters of type OrchestrationServiceStateAction Modifier and Type Method Description OrchestrationServiceStateInputOrchestrationServiceStateInput. withAction(OrchestrationServiceStateAction action)Set the action property: The action to be performed.
-