SubscriptionPolicyProperties Class
A policy at subscription scope.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.billing._serialization.ModelSubscriptionPolicyProperties
Constructor
SubscriptionPolicyProperties(*, policies: List[_models.PolicySummary] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
policies
|
List of all policies defined at the billing scope. |
Variables
Name | Description |
---|---|
provisioning_state
|
The provisioning state of the resource during a long-running operation. Known values are: "Succeeded", "Canceled", "Failed", "New", "Pending", "Provisioning", "PendingBilling", "ConfirmedBilling", "Creating", "Created", and "Expired". |
policies
|
List of all policies defined at the billing scope. |
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