Sha256: 42f177d0388b3006635308e09bf8fb44c0cf7048957422784a7ee254f9567dcc
Contents?: true
Size: 1.93 KB
Versions: 2
Compression:
Stored size: 1.93 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::V2019_08_01 module Models # # Parameters for updating an Azure Batch account. # 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 the # auto-storage account. attr_accessor :auto_storage # # Mapper for BatchAccountUpdateParameters class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'BatchAccountUpdateParameters', type: { name: 'Composite', class_name: 'BatchAccountUpdateParameters', model_properties: { tags: { client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, auto_storage: { client_side_validation: true, required: false, serialized_name: 'properties.autoStorage', type: { name: 'Composite', class_name: 'AutoStorageBaseProperties' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems