SubscriptionPolicies Class

Subscription policies.

Constructor

SubscriptionPolicies(*args: Any, **kwargs: Any)

Variables

Name Description
location_placement_id
str

The subscription location placement ID. The ID indicates which regions are visible for a subscription. For example, a subscription with a location placement Id of Public_2014-09-01 has access to Azure public regions.

quota_id
str

The subscription quota ID.

spending_limit

The subscription spending limit. Known values are: "On", "Off", and "CurrentPeriodOff".

Attributes

location_placement_id

The subscription location placement ID. The ID indicates which regions are visible for a subscription. For example, a subscription with a location placement Id of Public_2014-09-01 has access to Azure public regions.

location_placement_id: str | None

quota_id

The subscription quota ID.

quota_id: str | None

spending_limit

"On", "Off", and "CurrentPeriodOff".

spending_limit: str | _models.SpendingLimit | None