Uses of Class
com.azure.resourcemanager.compute.models.ExecutionState
-
Packages that use ExecutionState Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of ExecutionState in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as ExecutionState Modifier and Type Field Description static ExecutionStateExecutionState. CANCELEDStatic value Canceled for ExecutionState.static ExecutionStateExecutionState. FAILEDStatic value Failed for ExecutionState.static ExecutionStateExecutionState. PENDINGStatic value Pending for ExecutionState.static ExecutionStateExecutionState. RUNNINGStatic value Running for ExecutionState.static ExecutionStateExecutionState. SUCCEEDEDStatic value Succeeded for ExecutionState.static ExecutionStateExecutionState. TIMED_OUTStatic value TimedOut for ExecutionState.static ExecutionStateExecutionState. UNKNOWNStatic value Unknown for ExecutionState.Methods in com.azure.resourcemanager.compute.models that return ExecutionState Modifier and Type Method Description ExecutionStateVirtualMachineRunCommandInstanceView. executionState()Get the executionState property: Script execution status.static ExecutionStateExecutionState. fromString(String name)Creates or finds a ExecutionState from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ExecutionState Modifier and Type Method Description static Collection<ExecutionState>ExecutionState. values()Methods in com.azure.resourcemanager.compute.models with parameters of type ExecutionState Modifier and Type Method Description VirtualMachineRunCommandInstanceViewVirtualMachineRunCommandInstanceView. withExecutionState(ExecutionState executionState)Set the executionState property: Script execution status.
-