Sha256: 2369d1e11ad6bec445e7329dce27bd57535101f6a47bc27a5faa6e8dfb3b2a77
Contents?: true
Size: 1.22 KB
Versions: 3
Compression:
Stored size: 1.22 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::ServiceFabric::V6_5_0_36 module Models # # Specifies the parameters needed to enable periodic backup. # class EnableBackupDescription include MsRestAzure # @return [String] Name of the backup policy to be used for enabling # periodic backups. attr_accessor :backup_policy_name # # Mapper for EnableBackupDescription class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'EnableBackupDescription', type: { name: 'Composite', class_name: 'EnableBackupDescription', model_properties: { backup_policy_name: { client_side_validation: true, required: true, serialized_name: 'BackupPolicyName', type: { name: 'String' } } } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems