class Azure::Storage::Mgmt::V2015_05_01_preview::Models::StorageAccountKeys
The access keys for the storage account.
Attributes
key1[RW]
@return [String] Gets the value of key 1.
key2[RW]
@return [String] Gets the value of key 2.
Public Class Methods
mapper()
click to toggle source
Mapper for StorageAccountKeys class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-05-01-preview/generated/azure_mgmt_storage/models/storage_account_keys.rb, line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'StorageAccountKeys', type: { name: 'Composite', class_name: 'StorageAccountKeys', model_properties: { key1: { client_side_validation: true, required: false, serialized_name: 'key1', type: { name: 'String' } }, key2: { client_side_validation: true, required: false, serialized_name: 'key2', type: { name: 'String' } } } } } end