次の方法で共有


ReportingRestClient class

VSS REST API への要求を行うために (から派生) 使用する必要がある基底クラス

Extends

コンストラクター

ReportingRestClient(IVssRestClientOptions)

メソッド

getAlertSummaryForOrg()

組織の重大度別のアラートの概要を取得する

getEnablementSummaryForOrg()

コンストラクターの詳細

ReportingRestClient(IVssRestClientOptions)

new ReportingRestClient(options: IVssRestClientOptions)

パラメーター

メソッドの詳細

getAlertSummaryForOrg()

組織の重大度別のアラートの概要を取得する

function getAlertSummaryForOrg(): Promise<OrgAlertSummary>

戻り値

Promise<OrgAlertSummary>

getEnablementSummaryForOrg()

function getEnablementSummaryForOrg(): Promise<OrgEnablementSummary>

戻り値