StreamingJobInputCollection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Classe représentant une collection de StreamingJobInputResource et leurs opérations. Chacun StreamingJobInputResource de la collection appartient au même instance de StreamingJobResource. Pour obtenir un StreamingJobInputCollection instance appelez la méthode GetStreamingJobInputs à partir d’un instance de StreamingJobResource.
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)
- Héritage
- Implémente
Constructeurs
StreamingJobInputCollection() |
Initialise une nouvelle instance de la StreamingJobInputCollection classe pour les moqueries. |
Propriétés
Client |
Obtient le ArmClient client de ressource à partir duquel il a été créé. (Hérité de ArmCollection) |
Diagnostics |
Obtient les options de diagnostic pour ce client de ressources. (Hérité de ArmCollection) |
Endpoint |
Obtient l’URI de base pour ce client de ressource. (Hérité de ArmCollection) |
Id |
Obtient l’identificateur de ressource. (Hérité de ArmCollection) |
Pipeline |
Obtient le pipeline pour ce client de ressources. (Hérité de ArmCollection) |
Méthodes
CreateOrUpdate(WaitUntil, String, StreamingJobInputData, String, String, CancellationToken) |
Crée une entrée ou remplace une entrée déjà existante sous un travail de streaming existant.
|
CreateOrUpdateAsync(WaitUntil, String, StreamingJobInputData, String, String, CancellationToken) |
Crée une entrée ou remplace une entrée déjà existante sous un travail de streaming existant.
|
Exists(String, CancellationToken) |
Vérifie si la ressource existe dans Azure.
|
ExistsAsync(String, CancellationToken) |
Vérifie si la ressource existe dans Azure.
|
Get(String, CancellationToken) |
Obtient des détails sur l’entrée spécifiée.
|
GetAll(String, CancellationToken) |
Répertorie toutes les entrées sous le travail de diffusion en continu spécifié.
|
GetAllAsync(String, CancellationToken) |
Répertorie toutes les entrées sous le travail de diffusion en continu spécifié.
|
GetAsync(String, CancellationToken) |
Obtient des détails sur l’entrée spécifiée.
|
TryGetApiVersion(ResourceType, String) |
Obtient la substitution de version de l’API si elle a été définie pour les options clientes actuelles. (Hérité de ArmCollection) |
Implémentations d’interfaces explicites
IAsyncEnumerable<StreamingJobInputResource>.GetAsyncEnumerator(CancellationToken) |
Retourne un énumérateur qui boucle de façon asynchrone dans la collection. |
IEnumerable.GetEnumerator() |
Retourne un énumérateur qui itère au sein d’une collection. |
IEnumerable<StreamingJobInputResource>.GetEnumerator() |
Retourne un énumérateur qui itère au sein de la collection. |