你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PolicySetDefinition interface
策略集定义。
属性
description | 策略集定义说明。 |
display |
策略集定义的显示名称。 |
id | 策略集定义的 ID。 注意:此属性不会被序列化。 它只能由服务器填充。 |
metadata | 策略集定义元数据。 元数据是一个开放式对象,通常是键值对的集合。 |
name | 策略集定义的名称。 注意:此属性不会被序列化。 它只能由服务器填充。 |
parameters | 策略集可在策略定义引用中使用的定义参数。 |
policy |
描述策略集定义中的策略定义引用组的元数据。 |
policy |
策略定义引用的数组。 |
policy |
策略定义的类型。 可能的值为 NotSpecified、BuiltIn、Custom 和 Static。 |
system |
与此资源相关的系统元数据。 注意:此属性不会被序列化。 它只能由服务器填充。 |
type | 资源的类型 (Microsoft.Authorization/policySetDefinitions) 。 注意:此属性不会被序列化。 它只能由服务器填充。 |
属性详细信息
description
策略集定义说明。
description?: string
属性值
string
displayName
策略集定义的显示名称。
displayName?: string
属性值
string
id
策略集定义的 ID。 注意:此属性不会被序列化。 它只能由服务器填充。
id?: string
属性值
string
metadata
策略集定义元数据。 元数据是一个开放式对象,通常是键值对的集合。
metadata?: any
属性值
any
name
策略集定义的名称。 注意:此属性不会被序列化。 它只能由服务器填充。
name?: string
属性值
string
parameters
策略集可在策略定义引用中使用的定义参数。
parameters?: {[propertyName: string]: ParameterDefinitionsValue}
属性值
{[propertyName: string]: ParameterDefinitionsValue}
policyDefinitionGroups
policyDefinitions
policyType
策略定义的类型。 可能的值为 NotSpecified、BuiltIn、Custom 和 Static。
policyType?: string
属性值
string
systemData
type
资源的类型 (Microsoft.Authorization/policySetDefinitions) 。 注意:此属性不会被序列化。 它只能由服务器填充。
type?: string
属性值
string