LivePipelineState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for LivePipelineState.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.LivePipelineStateConverter))]
public struct LivePipelineState : IEquatable<Microsoft.Azure.Management.VideoAnalyzer.Models.LivePipelineState>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.LivePipelineStateConverter))>]
type LivePipelineState = struct
Public Structure LivePipelineState
Implements IEquatable(Of LivePipelineState)
- Inheritance
-
LivePipelineState
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
Activating |
The live pipeline is transitioning into the active state. |
Active |
The live pipeline is active and able to process media. If your data source is not available, for instance, if your RTSP camera is powered off or unreachable, the pipeline will still be active and periodically retrying the connection. Your Azure subscription will be billed for the duration in which the live pipeline is in the active state. |
Deactivating |
The live pipeline is transitioning into the inactive state. |
Inactive |
The live pipeline is idle and not processing media. |
Methods
Equals(LivePipelineState) |
Compares enums of type LivePipelineState |
Equals(Object) |
Overrides Equals operator for LivePipelineState |
GetHashCode() |
Returns for hashCode LivePipelineState |
ToString() |
Returns string representation for LivePipelineState |
Operators
Equality(LivePipelineState, LivePipelineState) |
Overriding == operator for enum LivePipelineState |
Implicit(LivePipelineState to String) |
Implicit operator to convert LivePipelineState to string |
Implicit(String to LivePipelineState) |
Implicit operator to convert string to LivePipelineState |
Inequality(LivePipelineState, LivePipelineState) |
Overriding != operator for enum LivePipelineState |