Uses of Class
com.azure.resourcemanager.compute.models.OrchestrationServiceState
-
Packages that use OrchestrationServiceState Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of OrchestrationServiceState in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as OrchestrationServiceState Modifier and Type Field Description static OrchestrationServiceStateOrchestrationServiceState. NOT_RUNNINGStatic value NotRunning for OrchestrationServiceState.static OrchestrationServiceStateOrchestrationServiceState. RUNNINGStatic value Running for OrchestrationServiceState.static OrchestrationServiceStateOrchestrationServiceState. SUSPENDEDStatic value Suspended for OrchestrationServiceState.Methods in com.azure.resourcemanager.compute.models that return OrchestrationServiceState Modifier and Type Method Description static OrchestrationServiceStateOrchestrationServiceState. fromString(String name)Creates or finds a OrchestrationServiceState from its string representation.OrchestrationServiceStateOrchestrationServiceSummary. serviceState()Get the serviceState property: The current state of the service.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type OrchestrationServiceState Modifier and Type Method Description static Collection<OrchestrationServiceState>OrchestrationServiceState. values()
-