Share via


TransformsOperationsExtensions.Delete Method

Definition

Delete Transform

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

Parameters

operations
ITransformsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group within the Azure subscription.

accountName
String

The Media Services account name.

transformName
String

The Transform name.

Remarks

Deletes a Transform.

Applies to