class Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformation
Data Lake Store account information.
Attributes
suffix[RW]
@return [String] The optional suffix for the Data Lake Store account.
Private Class Methods
mapper()
click to toggle source
Mapper for DataLakeStoreAccountInformation
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/data_lake_store_account_information.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DataLakeStoreAccountInformation', type: { name: 'Composite', class_name: 'DataLakeStoreAccountInformation', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, suffix: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.suffix', type: { name: 'String' } } } } } end