StreamingJobOutputCollection 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 StreamingJobOutputResource et leurs opérations. Chacun StreamingJobOutputResource de la collection appartient au même instance de StreamingJobResource. Pour obtenir un StreamingJobOutputCollection instance appelez la méthode GetStreamingJobOutputs à partir d’un instance de StreamingJobResource.
public class StreamingJobOutputCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.StreamAnalytics.StreamingJobOutputResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.StreamAnalytics.StreamingJobOutputResource>
type StreamingJobOutputCollection = class
inherit ArmCollection
interface seq<StreamingJobOutputResource>
interface IEnumerable
interface IAsyncEnumerable<StreamingJobOutputResource>
Public Class StreamingJobOutputCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of StreamingJobOutputResource), IEnumerable(Of StreamingJobOutputResource)
- Héritage
- Implémente
Constructeurs
StreamingJobOutputCollection() |
Initialise une nouvelle instance de la StreamingJobOutputCollection 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, StreamingJobOutputData, String, String, CancellationToken) |
Crée une sortie ou remplace une sortie déjà existante sous un travail de streaming existant.
|
CreateOrUpdateAsync(WaitUntil, String, StreamingJobOutputData, String, String, CancellationToken) |
Crée une sortie ou remplace une sortie 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 la sortie spécifiée.
|
GetAll(String, CancellationToken) |
Répertorie toutes les sorties sous le travail de diffusion en continu spécifié.
|
GetAllAsync(String, CancellationToken) |
Répertorie toutes les sorties sous le travail de diffusion en continu spécifié.
|
GetAsync(String, CancellationToken) |
Obtient des détails sur la sortie 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<StreamingJobOutputResource>.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<StreamingJobOutputResource>.GetEnumerator() |
Retourne un énumérateur qui itère au sein de la collection. |