다음을 통해 공유


GaugeAttribute 생성자

정의

오버로드

GaugeAttribute(String[])

GaugeAttribute 클래스의 새 인스턴스를 초기화합니다.

GaugeAttribute(Type)

GaugeAttribute 클래스의 새 인스턴스를 초기화합니다.

GaugeAttribute(String[])

Source:
GaugeAttribute.cs
Source:
GaugeAttribute.cs

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())

매개 변수

tagNames
String[]

태그 이름의 변수 배열입니다.

적용 대상

GaugeAttribute(Type)

Source:
GaugeAttribute.cs
Source:
GaugeAttribute.cs

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)

매개 변수

type
Type

메트릭 태그 이름을 제공하는 형식입니다. 태그 값은 형식의 공용 필드 및 속성에서 가져옵니다.

적용 대상