PerformanceCountersSettings 생성자

정의

오버로드

PerformanceCountersSettings()

PerformanceCountersSettings 클래스의 새 instance 초기화합니다.

PerformanceCountersSettings(AppInsightsReference)

PerformanceCountersSettings 클래스의 새 instance 초기화합니다.

PerformanceCountersSettings()

PerformanceCountersSettings 클래스의 새 instance 초기화합니다.

public PerformanceCountersSettings ();
Public Sub New ()

적용 대상

PerformanceCountersSettings(AppInsightsReference)

PerformanceCountersSettings 클래스의 새 instance 초기화합니다.

public PerformanceCountersSettings (Microsoft.Azure.Management.BatchAI.Models.AppInsightsReference appInsightsReference);
new Microsoft.Azure.Management.BatchAI.Models.PerformanceCountersSettings : Microsoft.Azure.Management.BatchAI.Models.AppInsightsReference -> Microsoft.Azure.Management.BatchAI.Models.PerformanceCountersSettings
Public Sub New (appInsightsReference As AppInsightsReference)

매개 변수

appInsightsReference
AppInsightsReference

Azure 애플리케이션 Insights 참조입니다.

적용 대상