Uses of Class
com.azure.resourcemanager.compute.models.OrchestrationServiceOperationStatus
Packages that use OrchestrationServiceOperationStatus
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of OrchestrationServiceOperationStatus in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type OrchestrationServiceOperationStatus in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classThe latest operation status of the service.Fields in com.azure.resourcemanager.compute.models declared as OrchestrationServiceOperationStatusModifier and TypeFieldDescriptionstatic final OrchestrationServiceOperationStatusOrchestrationServiceOperationStatus.COMPLETEDStatic value Completed for OrchestrationServiceOperationStatus.static final OrchestrationServiceOperationStatusOrchestrationServiceOperationStatus.IN_PROGRESSStatic value InProgress for OrchestrationServiceOperationStatus.Methods in com.azure.resourcemanager.compute.models that return OrchestrationServiceOperationStatusModifier and TypeMethodDescriptionOrchestrationServiceOperationStatus.fromString(String name) Creates or finds a OrchestrationServiceOperationStatus from its string representation.OrchestrationServiceSummary.latestOperationStatus()Get the latestOperationStatus property: The latest operation status of the service.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type OrchestrationServiceOperationStatusModifier and TypeMethodDescriptionOrchestrationServiceOperationStatus.values()Gets known OrchestrationServiceOperationStatus values.