Sha256: 7051585f572192fc60f13e3fa806251b850e585a1f312e67c5cd46d2ce7712a5
Contents?: true
Size: 1.21 KB
Versions: 2
Compression:
Stored size: 1.21 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Storage::Mgmt::V2020_08_01_preview module Models # # Management policy action for snapshot. # class ManagementPolicySnapShot include MsRestAzure # @return [DateAfterCreation] The function to delete the blob snapshot attr_accessor :delete # # Mapper for ManagementPolicySnapShot class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ManagementPolicySnapShot', type: { name: 'Composite', class_name: 'ManagementPolicySnapShot', model_properties: { delete: { client_side_validation: true, required: false, serialized_name: 'delete', type: { name: 'Composite', class_name: 'DateAfterCreation' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems