次の方法で共有


PipelineJobsOperationsExtensions.Update メソッド

定義

既存のパイプライン ジョブを更新します。

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

パラメーター

operations
IPipelineJobsOperations

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

resourceGroupName
String

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

accountName
String

Azure Video Analyzer アカウント名。

pipelineJobName
String

パイプライン ジョブ名。

parameters
PipelineJobUpdate

要求パラメーター

戻り値

注釈

指定した名前の既存のパイプライン ジョブを更新します。 更新できるプロパティには、description があります。

適用対象