Class: Azure::Armrest::StorageAccountKey
- Inherits:
-
StorageAccount
- Object
- BaseModel
- StorageAccount
- Azure::Armrest::StorageAccountKey
- Defined in:
- lib/azure/armrest/model/base_model.rb
Instance Attribute Summary
Attributes inherited from StorageAccount
#proxy, #ssl_verify, #ssl_version, #storage_api_version
Attributes inherited from BaseModel
Instance Method Summary collapse
Methods inherited from StorageAccount
#all_blobs, #blob_metadata, #blob_properties, #blob_service_properties, #blob_service_stats, #blobs, #container_acl, #container_properties, #containers, #copy_blob, #create_blob, #create_blob_snapshot, #delete_blob, #get_blob_raw, #initialize, #table_data, #table_info, #tables
Methods inherited from BaseModel
#==, #[], #[]=, #eql?, #initialize, #inspect, #pretty_print, #to_h, #to_hash, #to_json, #to_s, #to_str
Constructor Details
This class inherits a constructor from Azure::Armrest::StorageAccount
Instance Method Details
#key ⇒ Object
201 |
# File 'lib/azure/armrest/model/base_model.rb', line 201 def key; key1 || key2; end |
#key1 ⇒ Object
199 |
# File 'lib/azure/armrest/model/base_model.rb', line 199 def key1; key_name == 'key1' ? value : nil; end |
#key2 ⇒ Object
200 |
# File 'lib/azure/armrest/model/base_model.rb', line 200 def key2; key_name == 'key2' ? value : nil; end |