Class: Azure::StorageManagement::StorageAccountKeys

Inherits:
Object
  • Object
show all
Defined in:
lib/azure/storage_management/storage_account.rb

Overview

Represents Windows Azure storage account keys

Instance Attribute Summary collapse

Instance Attribute Details

#primary_keyObject

Returns the value of attribute primary_key.



44
45
46
# File 'lib/azure/storage_management/storage_account.rb', line 44

def primary_key
  @primary_key
end

#secondary_keyObject

Returns the value of attribute secondary_key.



45
46
47
# File 'lib/azure/storage_management/storage_account.rb', line 45

def secondary_key
  @secondary_key
end

#urlObject

Returns the value of attribute url.



43
44
45
# File 'lib/azure/storage_management/storage_account.rb', line 43

def url
  @url
end