class Azure::Batch::Mgmt::V2019_08_01::Models::AutoStorageProperties
Contains information about the auto-storage account associated with a Batch
account.
Attributes
last_key_sync[RW]
@return [DateTime] The UTC time at which storage keys were last synchronized with the Batch
account.
Private Class Methods
mapper()
click to toggle source
Mapper for AutoStorageProperties
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-08-01/generated/azure_mgmt_batch/models/auto_storage_properties.rb, line 25 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