# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::CDN::Mgmt::V2020_09_01 module Models # # Defines values for SkuName # module SkuName StandardVerizon = "Standard_Verizon" PremiumVerizon = "Premium_Verizon" CustomVerizon = "Custom_Verizon" StandardAkamai = "Standard_Akamai" StandardChinaCdn = "Standard_ChinaCdn" StandardMicrosoft = "Standard_Microsoft" PremiumChinaCdn = "Premium_ChinaCdn" StandardAzureFrontDoor = "Standard_AzureFrontDoor" PremiumAzureFrontDoor = "Premium_AzureFrontDoor" Standard955BandWidthChinaCdn = "Standard_955BandWidth_ChinaCdn" StandardAvgBandWidthChinaCdn = "Standard_AvgBandWidth_ChinaCdn" StandardPlusChinaCdn = "StandardPlus_ChinaCdn" StandardPlus955BandWidthChinaCdn = "StandardPlus_955BandWidth_ChinaCdn" StandardPlusAvgBandWidthChinaCdn = "StandardPlus_AvgBandWidth_ChinaCdn" end end end