class Azure::DataLakeAnalytics::Mgmt::V2015_10_01_preview::Models::StorageAccountProperties
Azure
Storage account properties information.
Attributes
access_key[RW]
@return [String] the access key associated with this Azure
Storage account that will be used to connect to it.
suffix[RW]
@return [String] the optional suffix for the Data Lake account.
Public Class Methods
mapper()
click to toggle source
Mapper for StorageAccountProperties
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/models/storage_account_properties.rb, line 27 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'StorageAccountProperties', type: { name: 'Composite', class_name: 'StorageAccountProperties', model_properties: { access_key: { client_side_validation: true, required: true, serialized_name: 'accessKey', type: { name: 'String' } }, suffix: { client_side_validation: true, required: false, serialized_name: 'suffix', type: { name: 'String' } } } } } end