次の方法で共有


LivePipelinesOperationsExtensions.UpdateAsync メソッド

定義

既存のライブ パイプラインを更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.VideoAnalyzer.Models.LivePipeline> UpdateAsync (this Microsoft.Azure.Management.VideoAnalyzer.ILivePipelinesOperations operations, string resourceGroupName, string accountName, string livePipelineName, Microsoft.Azure.Management.VideoAnalyzer.Models.LivePipelineUpdate parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.VideoAnalyzer.ILivePipelinesOperations * string * string * string * Microsoft.Azure.Management.VideoAnalyzer.Models.LivePipelineUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.VideoAnalyzer.Models.LivePipeline>
<Extension()>
Public Function UpdateAsync (operations As ILivePipelinesOperations, resourceGroupName As String, accountName As String, livePipelineName As String, parameters As LivePipelineUpdate, Optional cancellationToken As CancellationToken = Nothing) As Task(Of LivePipeline)

パラメーター

operations
ILivePipelinesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

accountName
String

Azure Video Analyzer アカウント名。

livePipelineName
String

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

parameters
LivePipelineUpdate

要求パラメーター

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象