PolicySummary Class
The summary of the policy.
- Inheritance
-
azure.mgmt.billing._serialization.ModelPolicySummary
Constructor
PolicySummary(*, name: str | None = None, value: str | None = None, policy_type: str | _models.PolicyType | None = None, scope: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the policy. |
value
|
The value of the policy. |
policy_type
|
str or
PolicyType
The type of the policy. Known values are: "Other", "UserControlled", and "SystemControlled". |
scope
|
The scope at which the policy is defined. |
Variables
Name | Description |
---|---|
name
|
The name of the policy. |
value
|
The value of the policy. |
policy_type
|
str or
PolicyType
The type of the policy. Known values are: "Other", "UserControlled", and "SystemControlled". |
scope
|
The scope at which the policy is defined. |
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