Freigeben über


TransformsOperationsExtensions.Delete Methode

Definition

Transformation löschen

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)

Parameter

operations
ITransformsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe innerhalb des Azure-Abonnements.

accountName
String

Der Name des Media Services-Kontos.

transformName
String

Der Transformationsname.

Hinweise

Löscht eine Transformation.

Gilt für: