你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PolicyMetadataSlimProperties interface
The properties of the policy metadata, excluding properties containing large strings
Properties
additional |
Url for getting additional content about the resource metadata. NOTE: This property will not be serialized. It can only be populated by the server. |
category | The category of the policy metadata. NOTE: This property will not be serialized. It can only be populated by the server. |
metadata | Additional metadata. NOTE: This property will not be serialized. It can only be populated by the server. |
metadata |
The policy metadata identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
owner | The owner of the policy metadata. NOTE: This property will not be serialized. It can only be populated by the server. |
title | The title of the policy metadata. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
additionalContentUrl
Url for getting additional content about the resource metadata. NOTE: This property will not be serialized. It can only be populated by the server.
additionalContentUrl?: string
Property Value
string
category
The category of the policy metadata. NOTE: This property will not be serialized. It can only be populated by the server.
category?: string
Property Value
string
metadata
Additional metadata. NOTE: This property will not be serialized. It can only be populated by the server.
metadata?: Record<string, unknown>
Property Value
Record<string, unknown>
metadataId
The policy metadata identifier. NOTE: This property will not be serialized. It can only be populated by the server.
metadataId?: string
Property Value
string
owner
The owner of the policy metadata. NOTE: This property will not be serialized. It can only be populated by the server.
owner?: string
Property Value
string
title
The title of the policy metadata. NOTE: This property will not be serialized. It can only be populated by the server.
title?: string
Property Value
string