EventHubsSchemaType 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.
The EventHubsSchemaType.
public readonly struct EventHubsSchemaType : IEquatable<Azure.ResourceManager.EventHubs.Models.EventHubsSchemaType>
type EventHubsSchemaType = struct
Public Structure EventHubsSchemaType
Implements IEquatable(Of EventHubsSchemaType)
- Héritage
-
EventHubsSchemaType
- Implémente
Constructeurs
EventHubsSchemaType(String) |
Initialise une nouvelle instance de EventHubsSchemaType. |
Propriétés
Avro |
Avro. |
Unknown |
Inconnu. |
Méthodes
Equals(EventHubsSchemaType) |
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(EventHubsSchemaType, EventHubsSchemaType) |
Détermine si deux EventHubsSchemaType valeurs sont identiques. |
Implicit(String to EventHubsSchemaType) |
Convertit une chaîne en EventHubsSchemaType. |
Inequality(EventHubsSchemaType, EventHubsSchemaType) |
Détermine si deux EventHubsSchemaType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET