Freigeben über


StreamingJobTransformationCollection Klasse

Definition

Eine Klasse, die eine Auflistung von StreamingJobTransformationResource und deren Vorgänge darstellt. Jedes StreamingJobTransformationResource in der Auflistung gehört zum gleichen instance von StreamingJobResource. Um einen StreamingJobTransformationCollection instance rufen Sie die GetStreamingJobTransformations-Methode aus einer instance von aufStreamingJobResource.

public class StreamingJobTransformationCollection : Azure.ResourceManager.ArmCollection
type StreamingJobTransformationCollection = class
    inherit ArmCollection
Public Class StreamingJobTransformationCollection
Inherits ArmCollection
Vererbung
StreamingJobTransformationCollection

Konstruktoren

StreamingJobTransformationCollection()

Initialisiert eine neue instance der StreamingJobTransformationCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, StreamingJobTransformationData, String, String, CancellationToken)

Erstellt eine Transformation oder ersetzt eine bereits vorhandene Transformation unter einem vorhandenen Streamingauftrag.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}
  • Vorgang IdTransformations_CreateOrReplace
CreateOrUpdateAsync(WaitUntil, String, StreamingJobTransformationData, String, String, CancellationToken)

Erstellt eine Transformation oder ersetzt eine bereits vorhandene Transformation unter einem vorhandenen Streamingauftrag.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}
  • Vorgang IdTransformations_CreateOrReplace
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}
  • Vorgang IdTransformations_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}
  • Vorgang IdTransformations_Get
Get(String, CancellationToken)

Ruft Details zur angegebenen Transformation ab.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}
  • Vorgang IdTransformations_Get
GetAsync(String, CancellationToken)

Ruft Details zur angegebenen Transformation ab.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}
  • Vorgang IdTransformations_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Gilt für: