LivePipelinesOperationsExtensions.CreateOrUpdateAsync メソッド

定義

ライブ パイプラインを作成または更新します。

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

パラメーター

operations
ILivePipelinesOperations

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

resourceGroupName
String

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

accountName
String

Azure Video Analyzer アカウント名。

livePipelineName
String

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

parameters
LivePipeline

要求パラメーター

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

新しいライブ パイプラインを作成するか、指定した名前で既存のパイプラインを更新します。

適用対象