module TerraspacePluginAzurerm::Clients::Storage

Public Instance Methods

blob_containers() click to toggle source
# File lib/terraspace_plugin_azurerm/clients/storage.rb, line 16
def blob_containers
  BlobContainers.new(mgmt)
end
mgmt() click to toggle source
# File lib/terraspace_plugin_azurerm/clients/storage.rb, line 21
def mgmt
  client = StorageManagementClient.new(credentials)
  client.subscription_id = client_options[:subscription_id]
  client
end
storage_accounts() click to toggle source
# File lib/terraspace_plugin_azurerm/clients/storage.rb, line 12
def storage_accounts
  mgmt.storage_accounts
end