次の方法で共有


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 Video Analyzer アカウント名。

livePipelineName
String

ライブ パイプラインの一意識別子。

parameters
LivePipelineUpdate

要求パラメーター

戻り値

注釈

指定した名前の既存のライブ パイプラインを更新します。 更新できるプロパティには、description、bitrateKbps、およびパラメーター定義が含まれます。 ライブ パイプラインがアクティブな間は、説明のみを更新できます。

適用対象