Uses of Class
com.microsoft.azure.management.compute.OrchestrationServiceState
Packages that use OrchestrationServiceState
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of OrchestrationServiceState in com.microsoft.azure.management.compute
Fields in com.microsoft.azure.management.compute declared as OrchestrationServiceStateModifier and TypeFieldDescriptionstatic final OrchestrationServiceState
OrchestrationServiceState.NOT_RUNNING
Static value NotRunning for OrchestrationServiceState.static final OrchestrationServiceState
OrchestrationServiceState.RUNNING
Static value Running for OrchestrationServiceState.static final OrchestrationServiceState
OrchestrationServiceState.SUSPENDED
Static value Suspended for OrchestrationServiceState.Methods in com.microsoft.azure.management.compute that return OrchestrationServiceStateModifier and TypeMethodDescriptionstatic OrchestrationServiceState
OrchestrationServiceState.fromString
(String name) Creates or finds a OrchestrationServiceState from its string representation.OrchestrationServiceSummary.serviceState()
Get the current state of the service.Methods in com.microsoft.azure.management.compute that return types with arguments of type OrchestrationServiceStateModifier and TypeMethodDescriptionstatic Collection<OrchestrationServiceState>
OrchestrationServiceState.values()