Class LivePipelineOperationStatusInner
- java.lang.Object
-
- com.azure.resourcemanager.videoanalyzer.fluent.models.LivePipelineOperationStatusInner
-
public final class LivePipelineOperationStatusInner extends Object
Used for tracking the status of an operation on the live pipeline.
-
-
Constructor Summary
Constructors Constructor Description LivePipelineOperationStatusInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.azure.core.management.exception.ManagementError
error()
Get the error property: The error details for the live pipeline operation.String
name()
Get the name property: The name of the live pipeline operation.String
status()
Get the status property: The status of the live pipeline operation.void
validate()
Validates the instance.
-
-
-
Method Detail
-
name
public String name()
Get the name property: The name of the live pipeline operation.- Returns:
- the name value.
-
status
public String status()
Get the status property: The status of the live pipeline operation.- Returns:
- the status value.
-
error
public com.azure.core.management.exception.ManagementError error()
Get the error property: The error details for the live pipeline operation.- Returns:
- the error value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-