Sha256: fb74a341755affc1c28000e42b603895577224ea02413ff7d8a61a7ebf87a2dd
Contents?: true
Size: 1.57 KB
Versions: 6
Compression:
Stored size: 1.57 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 # # List storage account object replication policies. # class ObjectReplicationPolicies include MsRestAzure # @return [Array<ObjectReplicationPolicy>] The replication policy between # two storage accounts. attr_accessor :value # # Mapper for ObjectReplicationPolicies class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ObjectReplicationPolicies', type: { name: 'Composite', class_name: 'ObjectReplicationPolicies', model_properties: { value: { client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ObjectReplicationPolicyElementType', type: { name: 'Composite', class_name: 'ObjectReplicationPolicy' } } } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems