Share via


LivePipelinesOperationsExtensions.Delete Method

Definition

Deletes a live pipeline.

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)

Parameters

operations
ILivePipelinesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

accountName
String

The Azure Video Analyzer account name.

livePipelineName
String

Live pipeline unique identifier.

Remarks

Deletes a live pipeline with the given name.

Applies to