class Azure::DataLakeAnalytics::Mgmt::V2015_10_01_preview::Models::DataLakeStoreAccountInfoProperties

Data Lake Store account properties information.

Attributes

suffix[RW]

@return [String] the optional suffix for the Data Lake Store account.

Public Class Methods

mapper() click to toggle source

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

# File lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/models/data_lake_store_account_info_properties.rb, line 23
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'DataLakeStoreAccountInfoProperties',
    type: {
      name: 'Composite',
      class_name: 'DataLakeStoreAccountInfoProperties',
      model_properties: {
        suffix: {
          client_side_validation: true,
          required: false,
          serialized_name: 'suffix',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end