Sha256: 9fe2bbeb075c21605927329fc108250ebfea1755e095097fd2530a3e27393e55
Contents?: true
Size: 1.51 KB
Versions: 1
Compression:
Stored size: 1.51 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Batch module Models # # Contains information about the auto storage account associated with a # Batch account. # class AutoStorageProperties include MsRestAzure # @return [String] The resource ID of the storage account to be used for # auto storage account. attr_accessor :storage_account_id # @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() { required: false, serialized_name: 'AutoStorageProperties', type: { name: 'Composite', class_name: 'AutoStorageProperties', model_properties: { storage_account_id: { required: true, serialized_name: 'storageAccountId', type: { name: 'String' } }, last_key_sync: { required: true, serialized_name: 'lastKeySync', type: { name: 'DateTime' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_batch-0.10.0 | lib/generated/azure_mgmt_batch/models/auto_storage_properties.rb |