SubscriptionPolicies Class

  • java.lang.Object
    • com.azure.resourcemanager.resources.models.SubscriptionPolicies

public final class SubscriptionPolicies

Subscription policies.

Constructor Summary

Constructor Description
SubscriptionPolicies()

Creates an instance of SubscriptionPolicies class.

Method Summary

Modifier and Type Method and Description
String locationPlacementId()

Get the locationPlacementId property: The subscription location placement ID.

String quotaId()

Get the quotaId property: The subscription quota ID.

SpendingLimit spendingLimit()

Get the spendingLimit property: The subscription spending limit.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

SubscriptionPolicies

public SubscriptionPolicies()

Creates an instance of SubscriptionPolicies class.

Method Details

locationPlacementId

public String locationPlacementId()

Get the locationPlacementId property: 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

public String quotaId()

Get the quotaId property: The subscription quota ID.

Returns:

the quotaId value.

spendingLimit

public SpendingLimit spendingLimit()

Get the spendingLimit property: The subscription spending limit.

Returns:

the spendingLimit value.

validate

public void validate()

Validates the instance.

Applies to