Sha256: 328a0db7e20607f424aa80b5e9ec813a1f2beb1ca9a4264577f957b830765cb8
Contents?: true
Size: 1.22 KB
Versions: 12
Compression:
Stored size: 1.22 KB
Contents
# 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::V2017_04_02 module Models # # The pricing tier (defines a CDN provider, feature list and rate) of the # CDN profile. # class Sku include MsRestAzure # @return [SkuName] Name of the pricing tier. Possible values include: # 'Standard_Verizon', 'Premium_Verizon', 'Custom_Verizon', # 'Standard_Akamai', 'Standard_ChinaCdn' attr_accessor :name # # Mapper for Sku class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Sku', type: { name: 'Composite', class_name: 'Sku', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } } } } } end end end end
Version data entries
12 entries across 12 versions & 1 rubygems