Method: Azure::Storage::Mgmt::V2019_06_01::Models::DeleteRetentionPolicy#days

Defined in:
lib/2019-06-01/generated/azure_mgmt_storage/models/delete_retention_policy.rb

#daysInteger

should be retained. The minimum specified value can be 1 and the maximum value can be 365.

Returns:

  • (Integer)

    Indicates the number of days that the deleted item



21
22
23
# File 'lib/2019-06-01/generated/azure_mgmt_storage/models/delete_retention_policy.rb', line 21

def days
  @days
end