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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python