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

PolicyRestrictions interface

表示 PolicyRestrictions 的接口。

方法

checkAtResourceGroupScope(string, CheckRestrictionsRequest, PolicyRestrictionsCheckAtResourceGroupScopeOptionalParams)

检查Azure Policy将对资源组中的资源施加哪些限制。 当将创建资源的资源组已知道时,请使用此选项。

checkAtSubscriptionScope(CheckRestrictionsRequest, PolicyRestrictionsCheckAtSubscriptionScopeOptionalParams)

检查Azure Policy将对订阅中的资源施加哪些限制。

方法详细信息

checkAtResourceGroupScope(string, CheckRestrictionsRequest, PolicyRestrictionsCheckAtResourceGroupScopeOptionalParams)

检查Azure Policy将对资源组中的资源施加哪些限制。 当将创建资源的资源组已知道时,请使用此选项。

function checkAtResourceGroupScope(resourceGroupName: string, parameters: CheckRestrictionsRequest, options?: PolicyRestrictionsCheckAtResourceGroupScopeOptionalParams): Promise<CheckRestrictionsResult>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

parameters
CheckRestrictionsRequest

检查策略限制参数。

返回

checkAtSubscriptionScope(CheckRestrictionsRequest, PolicyRestrictionsCheckAtSubscriptionScopeOptionalParams)

检查Azure Policy将对订阅中的资源施加哪些限制。

function checkAtSubscriptionScope(parameters: CheckRestrictionsRequest, options?: PolicyRestrictionsCheckAtSubscriptionScopeOptionalParams): Promise<CheckRestrictionsResult>

参数

parameters
CheckRestrictionsRequest

检查策略限制参数。

返回