다음을 통해 공유


ValidateResponseError 생성자

정의

오버로드

ValidateResponseError()

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

ValidateResponseError(String, String)

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

ValidateResponseError()

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

public ValidateResponseError ();
Public Sub New ()

적용 대상

ValidateResponseError(String, String)

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

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

매개 변수

code
String

유효성 검사 오류 코드입니다.

message
String

유효성 검사 오류 메시지입니다.

적용 대상