Sha256: 217116a0e0da0bc7b13eaa8a56ce6841b4fed149905120ec8596be1e109c0d16
Contents?: true
Size: 1.2 KB
Versions: 12
Compression:
Stored size: 1.2 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::V2019_06_01 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
12 entries across 12 versions & 1 rubygems