TransformsOperationsExtensions.Get 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.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET