Compartilhar via


TransformsOperationsExtensions.GetAsync Método

Definição

Obter Transformação

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)

Parâmetros

operations
ITransformsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos na assinatura do Azure.

accountName
String

O nome da conta dos Serviços de Mídia.

transformName
String

O nome da transformação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Obtém uma transformação.

Aplica-se a