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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python