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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python