次の方法で共有


PipelineTopologiesOperationsExtensions.Delete メソッド

定義

パイプライン トポロジを削除します。

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

パラメーター

operations
IPipelineTopologiesOperations

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

resourceGroupName
String

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

accountName
String

Azure Video Analyzer アカウント名。

pipelineTopologyName
String

パイプライン トポロジの一意識別子。

注釈

指定した名前のパイプライン トポロジを削除します。 このメソッドは、トポロジのすべてのインスタンスが停止および削除された後に呼び出す必要があります。

適用対象