次の方法で共有


PipelineJobsOperationsExtensions.CreateOrUpdate メソッド

定義

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

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

パラメーター

operations
IPipelineJobsOperations

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

resourceGroupName
String

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

accountName
String

Azure Video Analyzer アカウント名。

pipelineJobName
String

パイプライン ジョブ名。

parameters
PipelineJob

要求パラメーター

戻り値

注釈

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

適用対象