OperationalInsightsColumnType 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.
Type de données de la colonne.
public readonly struct OperationalInsightsColumnType : IEquatable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsColumnType>
type OperationalInsightsColumnType = struct
Public Structure OperationalInsightsColumnType
Implements IEquatable(Of OperationalInsightsColumnType)
- Héritage
-
OperationalInsightsColumnType
- Implémente
Constructeurs
OperationalInsightsColumnType(String) |
Initialise une nouvelle instance de OperationalInsightsColumnType. |
Propriétés
Boolean |
booléen. |
DateTime |
Datetime. |
Dynamic |
Dynamique. |
Guid |
Guid. |
Int |
Int. |
Long |
Long. |
Real |
Réel. |
String |
chaîne. |
Méthodes
Equals(OperationalInsightsColumnType) |
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(OperationalInsightsColumnType, OperationalInsightsColumnType) |
Détermine si deux OperationalInsightsColumnType valeurs sont identiques. |
Implicit(String to OperationalInsightsColumnType) |
Convertit une chaîne en OperationalInsightsColumnType. |
Inequality(OperationalInsightsColumnType, OperationalInsightsColumnType) |
Détermine si deux OperationalInsightsColumnType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET