다음을 통해 공유


RequestPolicyOptions interface

RequestPolicy와의 호환성을 위한 인터페이스

메서드

log(HttpPipelineLogLevel, string)
shouldLog(HttpPipelineLogLevel)

메서드 세부 정보

log(HttpPipelineLogLevel, string)

function log(logLevel: HttpPipelineLogLevel, message: string)

매개 변수

message

string

shouldLog(HttpPipelineLogLevel)

function shouldLog(logLevel: HttpPipelineLogLevel): boolean

매개 변수

반환

boolean