Sha256: cee939e4bcfcb38cd717995f624cf8b1a29c4a4a3617168394784e9f3288d9c2
Contents?: true
Size: 1.74 KB
Versions: 4
Compression:
Stored size: 1.74 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Batch module Models # # Parameters supplied to the Update operation. # class BatchAccountUpdateParameters include MsRestAzure # @return [Hash{String => String}] The user specified tags associated # with the account. attr_accessor :tags # @return [AutoStorageBaseProperties] The properties related to auto # storage account. attr_accessor :auto_storage # # Mapper for BatchAccountUpdateParameters class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'BatchAccountUpdateParameters', type: { name: 'Composite', class_name: 'BatchAccountUpdateParameters', model_properties: { tags: { required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, auto_storage: { required: false, serialized_name: 'properties.autoStorage', type: { name: 'Composite', class_name: 'AutoStorageBaseProperties' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems