次の方法で共有


PipelineTopologiesOperationsExtensions.CreateOrUpdateAsync メソッド

定義

パイプライン トポロジを作成または更新します。

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

パラメーター

operations
IPipelineTopologiesOperations

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

resourceGroupName
String

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

accountName
String

Azure Video Analyzer アカウント名。

pipelineTopologyName
String

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

parameters
PipelineTopology

要求パラメーター

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

新しいパイプライン トポロジを作成するか、指定された名前で既存のトポロジを更新します。 パイプライン トポロジは、特定の結果のコンテンツを処理するときに適用される処理手順を記述します。 トポロジは、実現するシナリオに従って定義する必要があり、同じ処理特性を共有する多くのパイプライン インスタンスで再利用できます。

適用対象