GaugeAttribute Constructeurs
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.
Surcharges
GaugeAttribute(String[]) |
Initialise une nouvelle instance de la classe GaugeAttribute. |
GaugeAttribute(Type) |
Initialise une nouvelle instance de la classe GaugeAttribute. |
GaugeAttribute(String[])
- Source:
- GaugeAttribute.cs
- Source:
- GaugeAttribute.cs
Initialise une nouvelle instance de la classe GaugeAttribute.
public:
GaugeAttribute(... cli::array <System::String ^> ^ tagNames);
public GaugeAttribute (params string[] tagNames);
new Microsoft.Extensions.Diagnostics.Metrics.GaugeAttribute : string[] -> Microsoft.Extensions.Diagnostics.Metrics.GaugeAttribute
Public Sub New (ParamArray tagNames As String())
Paramètres
- tagNames
- String[]
Tableau de variables de noms d’étiquettes.
S’applique à
GaugeAttribute(Type)
- Source:
- GaugeAttribute.cs
- Source:
- GaugeAttribute.cs
Initialise une nouvelle instance de la classe GaugeAttribute.
public:
GaugeAttribute(Type ^ type);
public GaugeAttribute (Type type);
new Microsoft.Extensions.Diagnostics.Metrics.GaugeAttribute : Type -> Microsoft.Extensions.Diagnostics.Metrics.GaugeAttribute
Public Sub New (type As Type)
Paramètres
- type
- Type
Type fournissant les noms de balise de métrique. Les valeurs de balise sont extraites des propriétés et champs publics du type.