Sha256: b290071cadeeb5e5c86508d52e383cd3a9c9b49898639c6df31f5cb245d06dd7
Contents?: true
Size: 1.69 KB
Versions: 12
Compression:
Stored size: 1.69 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 # # Actions are applied to the filtered blobs when the execution condition is # met. # class ManagementPolicyAction include MsRestAzure # @return [ManagementPolicyBaseBlob] The management policy action for # base blob attr_accessor :base_blob # @return [ManagementPolicySnapShot] The management policy action for # snapshot attr_accessor :snapshot # # Mapper for ManagementPolicyAction class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ManagementPolicyAction', type: { name: 'Composite', class_name: 'ManagementPolicyAction', model_properties: { base_blob: { client_side_validation: true, required: false, serialized_name: 'baseBlob', type: { name: 'Composite', class_name: 'ManagementPolicyBaseBlob' } }, snapshot: { client_side_validation: true, required: false, serialized_name: 'snapshot', type: { name: 'Composite', class_name: 'ManagementPolicySnapShot' } } } } } end end end end
Version data entries
12 entries across 12 versions & 1 rubygems