Sha256: 2f74a72c4f90f8e6904e2f748c22a64131c7e9eaadb14f00fd5ff681c83a603d
Contents?: true
Size: 1.33 KB
Versions: 2
Compression:
Stored size: 1.33 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::V2016_10_02 module Models # # Parameters required for content load. # class LoadParameters include MsRestAzure # @return [Array<String>] The path to the content to be loaded. Path # should be a relative file URL of the origin. attr_accessor :content_paths # # Mapper for LoadParameters class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'LoadParameters', type: { name: 'Composite', class_name: 'LoadParameters', model_properties: { content_paths: { required: true, serialized_name: 'contentPaths', type: { name: 'Sequence', element: { required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_cdn-0.15.1 | lib/2016-10-02/generated/azure_mgmt_cdn/models/load_parameters.rb |
azure_mgmt_cdn-0.15.0 | lib/2016-10-02/generated/azure_mgmt_cdn/models/load_parameters.rb |