你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SecureScoreControls interface

表示 SecureScoreControls 的接口。

方法

list(SecureScoreControlsListOptionalParams)

获取范围内的所有安全控制

listBySecureScore(string, SecureScoreControlsListBySecureScoreOptionalParams)

获取范围内特定计划的所有安全控制

方法详细信息

list(SecureScoreControlsListOptionalParams)

获取范围内的所有安全控制

function list(options?: SecureScoreControlsListOptionalParams): PagedAsyncIterableIterator<SecureScoreControlDetails, SecureScoreControlDetails[], PageSettings>

参数

options
SecureScoreControlsListOptionalParams

选项参数。

返回

listBySecureScore(string, SecureScoreControlsListBySecureScoreOptionalParams)

获取范围内特定计划的所有安全控制

function listBySecureScore(secureScoreName: string, options?: SecureScoreControlsListBySecureScoreOptionalParams): PagedAsyncIterableIterator<SecureScoreControlDetails, SecureScoreControlDetails[], PageSettings>

参数

secureScoreName

string

计划名称。 对于 ASC 默认计划,请使用“ascScore”,如以下示例请求中所示。

返回