Freigeben über


TransformsOperationsExtensions.GetAsync Methode

Definition

Transformation abrufen

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Media.Models.Transform> GetAsync (this Microsoft.Azure.Management.Media.ITransformsOperations operations, string resourceGroupName, string accountName, string transformName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Media.ITransformsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Media.Models.Transform>
<Extension()>
Public Function GetAsync (operations As ITransformsOperations, resourceGroupName As String, accountName As String, transformName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Ruft eine Transformation ab.

Gilt für: