Share via


TransformsOperationsExtensions.Get Method

Definition

Get Transform

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

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.

Returns

Remarks

Gets a Transform.

Applies to