Freigeben über


StreamingJobInputCollection Klasse

Definition

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

public class StreamingJobInputCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.StreamAnalytics.StreamingJobInputResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.StreamAnalytics.StreamingJobInputResource>
type StreamingJobInputCollection = class
    inherit ArmCollection
    interface seq<StreamingJobInputResource>
    interface IEnumerable
    interface IAsyncEnumerable<StreamingJobInputResource>
Public Class StreamingJobInputCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of StreamingJobInputResource), IEnumerable(Of StreamingJobInputResource)
Vererbung
StreamingJobInputCollection
Implementiert

Konstruktoren

StreamingJobInputCollection()

Initialisiert eine neue instance der -Klasse für die StreamingJobInputCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem 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, StreamingJobInputData, String, String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}
  • Vorgangs-IdInputs_CreateOrReplace
CreateOrUpdateAsync(WaitUntil, String, StreamingJobInputData, String, String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}
  • Vorgangs-IdInputs_CreateOrReplace
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}
  • Vorgangs-IdInputs_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}
  • Vorgangs-IdInputs_Get
Get(String, CancellationToken)

Ruft Details zur angegebenen Eingabe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}
  • Vorgangs-IdInputs_Get
GetAll(String, CancellationToken)

Listet alle Eingaben unter dem angegebenen Streamingauftrag auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs
  • Vorgangs-IdInputs_ListByStreamingJob
GetAllAsync(String, CancellationToken)

Listet alle Eingaben unter dem angegebenen Streamingauftrag auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs
  • Vorgangs-IdInputs_ListByStreamingJob
GetAsync(String, CancellationToken)

Ruft Details zur angegebenen Eingabe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs/{inputName}
  • Vorgangs-IdInputs_Get
TryGetApiVersion(ResourceType, String)

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

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<StreamingJobInputResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<StreamingJobInputResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: