你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PolicyDefinitionGroup Class
The policy definition group.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.resource.policy._serialization.ModelPolicyDefinitionGroup
Constructor
PolicyDefinitionGroup(*, name: str, display_name: str | None = None, category: str | None = None, description: str | None = None, additional_metadata_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the group. Required. |
display_name
|
The group's display name. |
category
|
The group's category. |
description
|
The group's description. |
additional_metadata_id
|
A resource ID of a resource that contains additional metadata about the group. |
Variables
Name | Description |
---|---|
name
|
The name of the group. Required. |
display_name
|
The group's display name. |
category
|
The group's category. |
description
|
The group's description. |
additional_metadata_id
|
A resource ID of a resource that contains additional metadata about the group. |