次の方法で共有


LivePipelinesOperationsExtensions.Delete メソッド

定義

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

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

パラメーター

operations
ILivePipelinesOperations

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

resourceGroupName
String

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

accountName
String

Azure Video Analyzer アカウント名。

livePipelineName
String

ライブ パイプラインの一意識別子。

注釈

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

適用対象