PerfMonResponse 생성자

정의

오버로드

PerfMonResponse()

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

PerfMonResponse(String, String, PerfMonSet)

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

PerfMonResponse()

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

public PerfMonResponse ();
Public Sub New ()

적용 대상

PerfMonResponse(String, String, PerfMonSet)

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

public PerfMonResponse (string code = default, string message = default, Microsoft.Azure.Management.AppService.Fluent.Models.PerfMonSet data = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.PerfMonResponse : string * string * Microsoft.Azure.Management.AppService.Fluent.Models.PerfMonSet -> Microsoft.Azure.Management.AppService.Fluent.Models.PerfMonResponse
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional data As PerfMonSet = Nothing)

매개 변수

code
String

응답 코드.

message
String

메시지입니다.

data
PerfMonSet

성능 모니터 카운터입니다.

적용 대상