你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LivePipelineProperties Class
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.
Live pipeline properties.
public class LivePipelineProperties
type LivePipelineProperties = class
Public Class LivePipelineProperties
- Inheritance
-
LivePipelineProperties
Constructors
LivePipelineProperties() |
Initializes a new instance of LivePipelineProperties. |
Properties
Description |
An optional description of the live pipeline. |
Parameters |
List of the instance level parameter values for the user-defined topology parameters. A pipeline can only define or override parameters values for parameters which have been declared in the referenced topology. Topology parameters without a default value must be defined. Topology parameters with a default value can be optionally be overridden. |
State |
Current pipeline state (read-only). |
TopologyName |
The reference to an existing pipeline topology defined for real-time content processing. When activated, this live pipeline will process content according to the pipeline topology definition. |