class Azure::DataBox::Mgmt::V2018_01_01::Models::DestinationStorageAccountDetails

Details for the destination storage account.

Attributes

dataDestinationType[RW]
storage_account_id[RW]

@return [String] Destination Storage Account Arm Id.

Private Class Methods

mapper() click to toggle source

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

# File lib/2018-01-01/generated/azure_mgmt_databox/models/destination_storage_account_details.rb, line 30
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'StorageAccount',
    type: {
      name: 'Composite',
      class_name: 'DestinationStorageAccountDetails',
      model_properties: {
        account_id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'accountId',
          type: {
            name: 'String'
          }
        },
        dataDestinationType: {
          client_side_validation: true,
          required: true,
          serialized_name: 'dataDestinationType',
          type: {
            name: 'String'
          }
        },
        storage_account_id: {
          client_side_validation: true,
          required: true,
          serialized_name: 'storageAccountId',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end
new() click to toggle source
# File lib/2018-01-01/generated/azure_mgmt_databox/models/destination_storage_account_details.rb, line 16
def initialize
  @dataDestinationType = "StorageAccount"
end