Sha256: f27835aa0636c66443bec1932e8e682dcdb0d5854bc3a844b20f2ef62e5afe8e

Contents?: true

Size: 1.17 KB

Versions: 2

Compression:

Stored size: 1.17 KB

Contents

# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

module Azure::ARM::Batch
  module Models
    #
    # The properties related to the auto-storage account.
    #
    class AutoStorageBaseProperties

      include MsRestAzure

      include MsRest::JSONable
      # @return [String] The resource ID of the storage account to be used for
      # auto-storage account.
      attr_accessor :storage_account_id


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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_batch-0.12.0 lib/generated/azure_mgmt_batch/models/auto_storage_base_properties.rb
azure_mgmt_batch-0.11.0 lib/generated/azure_mgmt_batch/models/auto_storage_base_properties.rb