Class Restriction
java.lang.Object
com.azure.resourcemanager.storage.models.Restriction
The restriction because of which SKU cannot be used.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the reasonCode property: The reason for the restriction.type()Get the type property: The type of restrictions.voidvalidate()Validates the instance.values()Get the values property: The value of restrictions.withReasonCode(ReasonCode reasonCode) Set the reasonCode property: The reason for the restriction.
-
Constructor Details
-
Restriction
public Restriction()
-
-
Method Details
-
type
Get the type property: The type of restrictions. As of now only possible value for this is location.- Returns:
- the type value.
-
values
Get the values property: The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted.- Returns:
- the values value.
-
reasonCode
Get the reasonCode property: The reason for the restriction. As of now this can be "QuotaId" or "NotAvailableForSubscription". Quota Id is set when the SKU has requiredQuotas parameter as the subscription does not belong to that quota. The "NotAvailableForSubscription" is related to capacity at DC.- Returns:
- the reasonCode value.
-
withReasonCode
Set the reasonCode property: The reason for the restriction. As of now this can be "QuotaId" or "NotAvailableForSubscription". Quota Id is set when the SKU has requiredQuotas parameter as the subscription does not belong to that quota. The "NotAvailableForSubscription" is related to capacity at DC.- Parameters:
reasonCode- the reasonCode value to set.- Returns:
- the Restriction object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-