class Azure::DataBox::Mgmt::V2018_01_01::Models::DestinationAccountDetails

Details of the destination of the data

Attributes

account_id[RW]

@return [String] Arm Id of the destination where the data has to be moved.

dataDestinationType[RW]

Private Class Methods

mapper() click to toggle source

Mapper for DestinationAccountDetails class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2018-01-01/generated/azure_mgmt_databox/models/destination_account_details.rb, line 34
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'DestinationAccountDetails',
    type: {
      name: 'Composite',
      polymorphic_discriminator: 'dataDestinationType',
      uber_parent: 'DestinationAccountDetails',
      class_name: 'DestinationAccountDetails',
      model_properties: {
        account_id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'accountId',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end
new() click to toggle source
# File lib/2018-01-01/generated/azure_mgmt_databox/models/destination_account_details.rb, line 19
def initialize
  @dataDestinationType = "DestinationAccountDetails"
end