次の方法で共有


PipelineJobsOperationsExtensions.Cancel メソッド

定義

パイプライン ジョブを取り消します。

public static void Cancel (this Microsoft.Azure.Management.VideoAnalyzer.IPipelineJobsOperations operations, string resourceGroupName, string accountName, string pipelineJobName);
static member Cancel : Microsoft.Azure.Management.VideoAnalyzer.IPipelineJobsOperations * string * string * string -> unit
<Extension()>
Public Sub Cancel (operations As IPipelineJobsOperations, resourceGroupName As String, accountName As String, pipelineJobName As String)

パラメーター

operations
IPipelineJobsOperations

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

resourceGroupName
String

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

accountName
String

Azure Video Analyzer アカウント名。

pipelineJobName
String

パイプライン ジョブ名。

注釈

指定した名前のパイプライン ジョブを取り消します。

適用対象