TransformsOperationsExtensions.Delete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.