Uses of Class
com.azure.resourcemanager.videoanalyzer.models.PipelineJobState
-
Packages that use PipelineJobState Package Description com.azure.resourcemanager.videoanalyzer.fluent.models Package containing the inner data models for VideoAnalyzerManagementClient.com.azure.resourcemanager.videoanalyzer.models Package containing the data models for VideoAnalyzerManagementClient. -
-
Uses of PipelineJobState in com.azure.resourcemanager.videoanalyzer.fluent.models
Methods in com.azure.resourcemanager.videoanalyzer.fluent.models that return PipelineJobState Modifier and Type Method Description PipelineJobState
PipelineJobInner. state()
Get the state property: Current state of the pipeline (read-only).PipelineJobState
PipelineJobProperties. state()
Get the state property: Current state of the pipeline (read-only).PipelineJobState
PipelineJobPropertiesUpdate. state()
Get the state property: Current state of the pipeline (read-only). -
Uses of PipelineJobState in com.azure.resourcemanager.videoanalyzer.models
Fields in com.azure.resourcemanager.videoanalyzer.models declared as PipelineJobState Modifier and Type Field Description static PipelineJobState
PipelineJobState. CANCELED
Static value Canceled for PipelineJobState.static PipelineJobState
PipelineJobState. COMPLETED
Static value Completed for PipelineJobState.static PipelineJobState
PipelineJobState. FAILED
Static value Failed for PipelineJobState.static PipelineJobState
PipelineJobState. PROCESSING
Static value Processing for PipelineJobState.Methods in com.azure.resourcemanager.videoanalyzer.models that return PipelineJobState Modifier and Type Method Description static PipelineJobState
PipelineJobState. fromString(String name)
Creates or finds a PipelineJobState from its string representation.PipelineJobState
PipelineJob. state()
Gets the state property: Current state of the pipeline (read-only).PipelineJobState
PipelineJobUpdate. state()
Get the state property: Current state of the pipeline (read-only).Methods in com.azure.resourcemanager.videoanalyzer.models that return types with arguments of type PipelineJobState Modifier and Type Method Description static Collection<PipelineJobState>
PipelineJobState. values()
Gets known PipelineJobState values.
-