다음을 통해 공유


AppInsightsCredentials interface

AppInsights 자격 증명.

속성

appId

AppInsights 애플리케이션 ID입니다.

instrumentationKey

AppInsights 계측 키입니다. 리소스에 대한 GET/PUT에 대한 응답으로 반환되지 않습니다. 이 내용을 보려면 listKeys API를 호출하세요.

속성 세부 정보

appId

AppInsights 애플리케이션 ID입니다.

appId?: string

속성 값

string

instrumentationKey

AppInsights 계측 키입니다. 리소스에 대한 GET/PUT에 대한 응답으로 반환되지 않습니다. 이 내용을 보려면 listKeys API를 호출하세요.

instrumentationKey?: string

속성 값

string