Sha256: 14449ab1686334b41eb860e653ba449ddeaae6ea989735e17cc716e9f9f8bb32
Contents?: true
Size: 1.69 KB
Versions: 18
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::V2018_11_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
18 entries across 18 versions & 1 rubygems