class Azure::DataBox::Mgmt::V2018_01_01::Models::DataBoxAccountCopyLogDetails
Copy log details for a storage account of a DataBox
job
Attributes
account_name[RW]
@return [String] Destination account name.
copyLogDetailsType[RW]
copy_log_link[RW]
@return [String] Link for copy logs.
Private Class Methods
mapper()
click to toggle source
Mapper for DataBoxAccountCopyLogDetails
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-01-01/generated/azure_mgmt_databox/models/data_box_account_copy_log_details.rb, line 33 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DataBox', type: { name: 'Composite', class_name: 'DataBoxAccountCopyLogDetails', model_properties: { copyLogDetailsType: { client_side_validation: true, required: true, serialized_name: 'copyLogDetailsType', type: { name: 'String' } }, account_name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'accountName', type: { name: 'String' } }, copy_log_link: { client_side_validation: true, required: false, read_only: true, serialized_name: 'copyLogLink', type: { name: 'String' } } } } } end
new()
click to toggle source
# File lib/2018-01-01/generated/azure_mgmt_databox/models/data_box_account_copy_log_details.rb, line 16 def initialize @copyLogDetailsType = "DataBox" end