OperationalInsightsTableCreator 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.
Créateur de table.
public readonly struct OperationalInsightsTableCreator : IEquatable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableCreator>
type OperationalInsightsTableCreator = struct
Public Structure OperationalInsightsTableCreator
Implements IEquatable(Of OperationalInsightsTableCreator)
- Héritage
-
OperationalInsightsTableCreator
- Implémente
Constructeurs
OperationalInsightsTableCreator(String) |
Initialise une nouvelle instance de OperationalInsightsTableCreator. |
Propriétés
Customer |
Tables créées par le propriétaire de l’espace de travail et trouvées uniquement dans cet espace de travail. |
Microsoft |
Tables approvisionnées par le système, telles qu’elles sont collectées via les paramètres de diagnostic, les agents ou tout autre moyen de collecte de données standard. |
Méthodes
Equals(OperationalInsightsTableCreator) |
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(OperationalInsightsTableCreator, OperationalInsightsTableCreator) |
Détermine si deux OperationalInsightsTableCreator valeurs sont identiques. |
Implicit(String to OperationalInsightsTableCreator) |
Convertit une chaîne en OperationalInsightsTableCreator. |
Inequality(OperationalInsightsTableCreator, OperationalInsightsTableCreator) |
Détermine si deux OperationalInsightsTableCreator valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET