共用方式為


SecureScores interface

表示 SecureScores 的介面。

方法

get(string, SecureScoresGetOptionalParams)

取得您目前範圍內特定資訊安全中心方案的安全分數。 針對 ASC 預設方案,請使用 'ascScore'。

list(SecureScoresListOptionalParams)

列出目前範圍內所有資訊安全中心計劃的安全分數。

方法詳細資料

get(string, SecureScoresGetOptionalParams)

取得您目前範圍內特定資訊安全中心方案的安全分數。 針對 ASC 預設方案,請使用 'ascScore'。

function get(secureScoreName: string, options?: SecureScoresGetOptionalParams): Promise<SecureScoreItem>

參數

secureScoreName

string

方案名稱。 針對 ASC 預設方案,請使用 'ascScore',如下列範例要求所示。

options
SecureScoresGetOptionalParams

選項參數。

傳回

Promise<SecureScoreItem>

list(SecureScoresListOptionalParams)

列出目前範圍內所有資訊安全中心計劃的安全分數。

function list(options?: SecureScoresListOptionalParams): PagedAsyncIterableIterator<SecureScoreItem, SecureScoreItem[], PageSettings>

參數

options
SecureScoresListOptionalParams

選項參數。

傳回