Uses of Class
com.azure.resourcemanager.compute.models.OrchestrationServiceStateAction
Packages that use OrchestrationServiceStateAction
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of OrchestrationServiceStateAction in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type OrchestrationServiceStateAction in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classThe action to be performed.Fields in com.azure.resourcemanager.compute.models declared as OrchestrationServiceStateActionModifier and TypeFieldDescriptionstatic final OrchestrationServiceStateActionOrchestrationServiceStateAction.RESUMEStatic value Resume for OrchestrationServiceStateAction.static final OrchestrationServiceStateActionOrchestrationServiceStateAction.SUSPENDStatic value Suspend for OrchestrationServiceStateAction.Methods in com.azure.resourcemanager.compute.models that return OrchestrationServiceStateActionModifier and TypeMethodDescriptionOrchestrationServiceStateInput.action()Get the action property: The action to be performed.OrchestrationServiceStateAction.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 OrchestrationServiceStateActionModifier and TypeMethodDescriptionOrchestrationServiceStateAction.values()Gets known OrchestrationServiceStateAction values.Methods in com.azure.resourcemanager.compute.models with parameters of type OrchestrationServiceStateActionModifier and TypeMethodDescriptionOrchestrationServiceStateInput.withAction(OrchestrationServiceStateAction action) Set the action property: The action to be performed.