次の方法で共有


PipelineTopologiesOperationsExtensions.UpdateAsync メソッド

定義

既存のパイプライン トポロジを更新します。

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

パラメーター

operations
IPipelineTopologiesOperations

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

resourceGroupName
String

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

accountName
String

Azure Video Analyzer アカウント名。

pipelineTopologyName
String

パイプライン トポロジの一意識別子。

parameters
PipelineTopologyUpdate

要求パラメーター

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

指定した名前の既存のパイプライン トポロジを更新します。 関連付けられているライブ パイプラインまたはパイプライン ジョブがそれぞれアクティブまたは処理状態の場合は、説明のみを更新できます。 それ以外の場合、更新できるプロパティには、description、パラメーター宣言、ソース、プロセッサ、シンクが含まれます。

適用対象