Sha256: b1da36ec6d6a8f5a910efc589166ac1a8967ebeb2ab818feecf8b1c39ec26642

Contents?: true

Size: 1.53 KB

Versions: 7

Compression:

Stored size: 1.53 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
    #
    # Contains information about the auto-storage account associated with a
    # Batch account.
    #
    class AutoStorageProperties < AutoStorageBaseProperties

      include MsRestAzure

      # @return [DateTime] The UTC time at which storage keys were last
      # synchronized with the Batch account.
      attr_accessor :last_key_sync


      #
      # Mapper for AutoStorageProperties class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'AutoStorageProperties',
          type: {
            name: 'Composite',
            class_name: 'AutoStorageProperties',
            model_properties: {
              storage_account_id: {
                client_side_validation: true,
                required: true,
                serialized_name: 'storageAccountId',
                type: {
                  name: 'String'
                }
              },
              last_key_sync: {
                client_side_validation: true,
                required: true,
                serialized_name: 'lastKeySync',
                type: {
                  name: 'DateTime'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
azure_mgmt_batch-0.18.1 lib/2017-05-01/generated/azure_mgmt_batch/models/auto_storage_properties.rb
azure_mgmt_batch-0.18.0 lib/2017-05-01/generated/azure_mgmt_batch/models/auto_storage_properties.rb
azure_mgmt_batch-0.17.2 lib/2017-05-01/generated/azure_mgmt_batch/models/auto_storage_properties.rb
azure_mgmt_batch-0.17.1 lib/2017-05-01/generated/azure_mgmt_batch/models/auto_storage_properties.rb
azure_mgmt_batch-0.17.0 lib/2017-05-01/generated/azure_mgmt_batch/models/auto_storage_properties.rb
azure_mgmt_batch-0.16.0 lib/2017-05-01/generated/azure_mgmt_batch/models/auto_storage_properties.rb
azure_mgmt_batch-0.15.2 lib/2017-05-01/generated/azure_mgmt_batch/models/auto_storage_properties.rb