Freigeben über


TransformsOperationsExtensions.Get Methode

Definition

Transformation abrufen

public static Microsoft.Azure.Management.Media.Models.Transform Get (this Microsoft.Azure.Management.Media.ITransformsOperations operations, string resourceGroupName, string accountName, string transformName);
static member Get : Microsoft.Azure.Management.Media.ITransformsOperations * string * string * string -> Microsoft.Azure.Management.Media.Models.Transform
<Extension()>
Public Function Get (operations As ITransformsOperations, resourceGroupName As String, accountName As String, transformName As String) As Transform

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.

Gibt zurück

Hinweise

Ruft eine Transformation ab.

Gilt für: