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

PolicyDefinitionReference interface

The policy definition reference.

Properties

groupNames

The name of the groups that this policy definition reference belongs to.

parameters

The parameter values for the referenced policy rule. The keys are the parameter names.

policyDefinitionId

The ID of the policy definition or policy set definition.

policyDefinitionReferenceId

A unique id (within the policy set definition) for this policy definition reference.

Property Details

groupNames

The name of the groups that this policy definition reference belongs to.

groupNames?: string[]

Property Value

string[]

parameters

The parameter values for the referenced policy rule. The keys are the parameter names.

parameters?: {[propertyName: string]: ParameterValuesValue}

Property Value

{[propertyName: string]: ParameterValuesValue}

policyDefinitionId

The ID of the policy definition or policy set definition.

policyDefinitionId: string

Property Value

string

policyDefinitionReferenceId

A unique id (within the policy set definition) for this policy definition reference.

policyDefinitionReferenceId?: string

Property Value

string