Enum ArmSkuTier
- Namespace
- Azure.ResourceManager.Models
- Assembly
- Azure.ResourceManager.dll
This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
public enum ArmSkuTier
Fields
Basic = 1
Basic.
Free = 0
Free.
Premium = 3
Premium.
Standard = 2
Standard.