class Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountParameters
The parameters used to update an Azure
Storage account.
Attributes
access_key[RW]
@return [String] The updated 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 storage account.
Private Class Methods
mapper()
click to toggle source
Mapper for UpdateStorageAccountParameters
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2016-11-01/generated/azure_mgmt_datalake_analytics/models/update_storage_account_parameters.rb, line 27 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'UpdateStorageAccountParameters', type: { name: 'Composite', class_name: 'UpdateStorageAccountParameters', model_properties: { access_key: { client_side_validation: true, required: false, serialized_name: 'properties.accessKey', type: { name: 'String' } }, suffix: { client_side_validation: true, required: false, serialized_name: 'properties.suffix', type: { name: 'String' } } } } } end