SubscriptionPolicies Class
- java.
lang. Object - com.
microsoft. azure. management. resources. SubscriptionPolicies
- com.
public class SubscriptionPolicies
Subscription policies.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
locationPlacementId()
Get the locationPlacementId value. |
String |
quotaId()
Get the quotaId value. |
Spending |
spendingLimit()
Get the spendingLimit value. |
Method Details
locationPlacementId
public String locationPlacementId()
Get the locationPlacementId value.
Returns:
the locationPlacementId value
quotaId
public String quotaId()
Get the quotaId value.
Returns:
the quotaId value
spendingLimit
public SpendingLimit spendingLimit()
Get the spendingLimit value.
Returns:
the spendingLimit value
Applies to
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 Java