Method: Azure::Configurable#subscription_id
- Defined in:
- lib/azure/configurable.rb
#subscription_id ⇒ String
Returns Azure Subscription ID.
65 66 67 68 69 70 71 72 73 |
# File 'lib/azure/configurable.rb', line 65 attr_accessor :storage_access_key, :storage_account_name, :sb_access_key, :sb_namespace, :sb_sas_key, :sb_sas_key_name, :sb_issuer, :ca_file, :subscription_id |