Sha256: 34bb7df6e04859adfe9ef670bd689b9798dd3d8984182fba6a707e99d34e4459
Contents?: true
Size: 1.46 KB
Versions: 2
Compression:
Stored size: 1.46 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::Batch::Mgmt::V2017_05_01 module Models # # Parameters for adding an Application. # class ApplicationCreateParameters include MsRestAzure # @return [Boolean] A value indicating whether packages within the # application may be overwritten using the same version string. attr_accessor :allow_updates # @return [String] The display name for the application. attr_accessor :display_name # # Mapper for ApplicationCreateParameters class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ApplicationCreateParameters', type: { name: 'Composite', class_name: 'ApplicationCreateParameters', model_properties: { allow_updates: { required: false, serialized_name: 'allowUpdates', type: { name: 'Boolean' } }, display_name: { required: false, serialized_name: 'displayName', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems