StreamingJobType Structure
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.
Décrit le type du travail. Les modes valides sont Cloud
et « Edge ».
public readonly struct StreamingJobType : IEquatable<Azure.ResourceManager.StreamAnalytics.Models.StreamingJobType>
type StreamingJobType = struct
Public Structure StreamingJobType
Implements IEquatable(Of StreamingJobType)
- Héritage
-
StreamingJobType
- Implémente
Constructeurs
StreamingJobType(String) |
Initialise une nouvelle instance de StreamingJobType. |
Propriétés
Cloud |
Nuage. |
Edge |
Limité. |
Méthodes
Equals(StreamingJobType) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(StreamingJobType, StreamingJobType) |
Détermine si deux StreamingJobType valeurs sont identiques. |
Implicit(String to StreamingJobType) |
Convertit une chaîne en StreamingJobType. |
Inequality(StreamingJobType, StreamingJobType) |
Détermine si deux StreamingJobType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET