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