Class SubscriptionPolicies
java.lang.Object
com.microsoft.azure.management.resources.SubscriptionPolicies
Subscription policies.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the subscription location placement ID.quotaId()
Get the subscription quota ID.Get the subscription spending limit.
-
Constructor Details
-
SubscriptionPolicies
public SubscriptionPolicies()
-
-
Method Details
-
locationPlacementId
Get 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.- Returns:
- the locationPlacementId value
-
quotaId
Get the subscription quota ID.- Returns:
- the quotaId value
-
spendingLimit
Get the subscription spending limit. Possible values include: 'On', 'Off', 'CurrentPeriodOff'.- Returns:
- the spendingLimit value
-