Uses of Class
com.azure.resourcemanager.compute.models.OrchestrationServiceState
Packages that use OrchestrationServiceState
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of OrchestrationServiceState in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type OrchestrationServiceState in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classThe current state of the service.Fields in com.azure.resourcemanager.compute.models declared as OrchestrationServiceStateModifier and TypeFieldDescriptionstatic final OrchestrationServiceStateOrchestrationServiceState.NOT_RUNNINGStatic value NotRunning for OrchestrationServiceState.static final OrchestrationServiceStateOrchestrationServiceState.RUNNINGStatic value Running for OrchestrationServiceState.static final OrchestrationServiceStateOrchestrationServiceState.SUSPENDEDStatic value Suspended for OrchestrationServiceState.Methods in com.azure.resourcemanager.compute.models that return OrchestrationServiceStateModifier and TypeMethodDescriptionstatic OrchestrationServiceStateOrchestrationServiceState.fromString(String name) Creates or finds a OrchestrationServiceState from its string representation.OrchestrationServiceSummary.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 OrchestrationServiceStateModifier and TypeMethodDescriptionstatic Collection<OrchestrationServiceState> OrchestrationServiceState.values()Gets known OrchestrationServiceState values.