PolicySku Class
Definition
The policy sku.
public class PolicySku
- Inheritance
-
java.lang.ObjectPolicySku
Inherited Members
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Constructors
| PolicySku() |
Methods
| name() |
Get the name of the policy sku. Possible values are A0 and A1. |
| tier() |
Get the policy sku tier. Possible values are Free and Standard. |
| withName(String name) |
Set the name of the policy sku. Possible values are A0 and A1. |
| withTier(String tier) |
Set the policy sku tier. Possible values are Free and Standard. |