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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python