你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LivePipelinesOperationsExtensions.Update 方法

定义

汇报现有的实时管道。

public static Microsoft.Azure.Management.VideoAnalyzer.Models.LivePipeline Update (this Microsoft.Azure.Management.VideoAnalyzer.ILivePipelinesOperations operations, string resourceGroupName, string accountName, string livePipelineName, Microsoft.Azure.Management.VideoAnalyzer.Models.LivePipelineUpdate parameters);
static member Update : Microsoft.Azure.Management.VideoAnalyzer.ILivePipelinesOperations * string * string * string * Microsoft.Azure.Management.VideoAnalyzer.Models.LivePipelineUpdate -> Microsoft.Azure.Management.VideoAnalyzer.Models.LivePipeline
<Extension()>
Public Function Update (operations As ILivePipelinesOperations, resourceGroupName As String, accountName As String, livePipelineName As String, parameters As LivePipelineUpdate) As LivePipeline

参数

operations
ILivePipelinesOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。 此名称不区分大小写。

accountName
String

Azure 视频分析器帐户名称。

livePipelineName
String

实时管道唯一标识符。

parameters
LivePipelineUpdate

请求参数

返回

注解

汇报具有给定名称的现有实时管道。 可更新的属性包括:description、bitrateKbps 和参数定义。 当实时管道处于活动状态时,只能更新说明。

适用于