class Azure::Batch::Mgmt::V2017_01_01::Models::AutoStorageBaseProperties
The properties related to auto storage account.
Attributes
storage_account_id[RW]
@return [String] The resource ID of the storage account to be used for auto storage account.
Public Class Methods
mapper()
click to toggle source
Mapper for AutoStorageBaseProperties
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-01-01/generated/azure_mgmt_batch/models/auto_storage_base_properties.rb, line 24 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