Sha256: 22dd1fb8ed00435dcfdecbf61dd2d6d8954e70bfe74c2f548a14c300b38daef6
Contents?: true
Size: 1.23 KB
Versions: 6
Compression:
Stored size: 1.23 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_09_01 module Models # # The properties related to the auto-storage account. # class AutoStorageBaseProperties include MsRestAzure # @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() { client_side_validation: true, required: false, serialized_name: 'AutoStorageBaseProperties', type: { name: 'Composite', class_name: 'AutoStorageBaseProperties', model_properties: { storage_account_id: { client_side_validation: true, required: true, serialized_name: 'storageAccountId', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems