次の方法で共有


LivePipelinesOperationsExtensions.CreateOrUpdate メソッド

定義

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

public static Microsoft.Azure.Management.VideoAnalyzer.Models.LivePipeline CreateOrUpdate (this Microsoft.Azure.Management.VideoAnalyzer.ILivePipelinesOperations operations, string resourceGroupName, string accountName, string livePipelineName, Microsoft.Azure.Management.VideoAnalyzer.Models.LivePipeline parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.VideoAnalyzer.ILivePipelinesOperations * string * string * string * Microsoft.Azure.Management.VideoAnalyzer.Models.LivePipeline -> Microsoft.Azure.Management.VideoAnalyzer.Models.LivePipeline
<Extension()>
Public Function CreateOrUpdate (operations As ILivePipelinesOperations, resourceGroupName As String, accountName As String, livePipelineName As String, parameters As LivePipeline) As LivePipeline

パラメーター

operations
ILivePipelinesOperations

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

resourceGroupName
String

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

accountName
String

Azure Video Analyzer アカウント名。

livePipelineName
String

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

parameters
LivePipeline

要求パラメーター

戻り値

注釈

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

適用対象