Partilhar via


StreamingJobResource.GetStreamingJobTransformation 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 Azure.Response<Azure.ResourceManager.StreamAnalytics.StreamingJobTransformationResource> GetStreamingJobTransformation (string transformationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetStreamingJobTransformation : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.StreamAnalytics.StreamingJobTransformationResource>
override this.GetStreamingJobTransformation : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.StreamAnalytics.StreamingJobTransformationResource>
Public Overridable Function GetStreamingJobTransformation (transformationName As String, Optional cancellationToken As CancellationToken = Nothing) As 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