class Azure::StorageManagement::StorageAccount

Represents a Microsoft Azure storage account

Attributes

account_type[RW]
affinity_group[RW]
creation_time[RW]
description[RW]
endpoints[RW]
extended_properties[RW]
geo_primary_region[RW]
geo_replication_enabled[RW]
geo_secondary_region[RW]
label[RW]
last_geo_failover_time[RW]
location[RW]
name[RW]
status[RW]
status_of_primary[RW]
status_of_secondary[RW]
url[RW]

Public Class Methods

new() { |self| ... } click to toggle source
# File lib/azure/storage_management/storage_account.rb, line 19
def initialize
  yield self if block_given?
end