class Azure::Armrest::StorageAccountKey

Public Instance Methods

key() click to toggle source
# File lib/azure/armrest/model/base_model.rb, line 293
def key; key1 || key2; end
key1() click to toggle source
# File lib/azure/armrest/model/base_model.rb, line 291
def key1; key_name_from_hash == 'key1' ? value_from_hash : nil; end
key2() click to toggle source
# File lib/azure/armrest/model/base_model.rb, line 292
def key2; key_name_from_hash == 'key2' ? value_from_hash : nil; end