次の方法で共有


PipelineJobsOperationsExtensions.Delete メソッド

定義

パイプライン ジョブを削除します。

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

パラメーター

operations
IPipelineJobsOperations

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

resourceGroupName
String

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

accountName
String

Azure Video Analyzer アカウント名。

pipelineJobName
String

パイプライン ジョブ名。

注釈

指定した名前のパイプライン ジョブを削除します。

適用対象