StreamingJobCompatibilityLevel 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.
Contrôle certains comportements d’exécution de la tâche de streaming.
public readonly struct StreamingJobCompatibilityLevel : IEquatable<Azure.ResourceManager.StreamAnalytics.Models.StreamingJobCompatibilityLevel>
type StreamingJobCompatibilityLevel = struct
Public Structure StreamingJobCompatibilityLevel
Implements IEquatable(Of StreamingJobCompatibilityLevel)
- Héritage
-
StreamingJobCompatibilityLevel
- Implémente
Constructeurs
StreamingJobCompatibilityLevel(String) |
Initialise une nouvelle instance de StreamingJobCompatibilityLevel. |
Propriétés
Level1_0 |
1.0 |
Level1_2 |
1.2 |
Méthodes
Equals(StreamingJobCompatibilityLevel) |
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(StreamingJobCompatibilityLevel, StreamingJobCompatibilityLevel) |
Détermine si deux StreamingJobCompatibilityLevel valeurs sont identiques. |
Implicit(String to StreamingJobCompatibilityLevel) |
Convertit une chaîne en StreamingJobCompatibilityLevel. |
Inequality(StreamingJobCompatibilityLevel, StreamingJobCompatibilityLevel) |
Détermine si deux StreamingJobCompatibilityLevel valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET