Partilhar via


StreamingJobTransformationCollection.GetAsync Método

Definição

Obtém detalhes sobre a transformação especificada.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}
  • Operação IdTransformations_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StreamAnalytics.StreamingJobTransformationResource>> GetAsync (string transformationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StreamAnalytics.StreamingJobTransformationResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StreamAnalytics.StreamingJobTransformationResource>>
Public Overridable Function GetAsync (transformationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of StreamingJobTransformationResource))

Parâmetros

transformationName
String

O nome da transformação.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

transformationName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

transformationName é nulo.

Aplica-se a