Uses of Class
com.azure.resourcemanager.storage.models.RunResult
Packages that use RunResult
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of RunResult in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as RunResultModifier and TypeFieldDescriptionstatic final RunResultRunResult.FAILEDStatic value Failed for RunResult.static final RunResultRunResult.SUCCEEDEDStatic value Succeeded for RunResult.Methods in com.azure.resourcemanager.storage.models that return RunResultModifier and TypeMethodDescriptionstatic RunResultRunResult.fromString(String name) Creates or finds a RunResult from its string representation.StorageTaskReportProperties.runResult()Get the runResult property: Represents the overall result of the execution for the run instance.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type RunResultModifier and TypeMethodDescriptionstatic Collection<RunResult>RunResult.values()Gets known RunResult values.