class Azure::ServiceFabric::V6_5_0_36::Models::DisableBackupDescription
It describes the body parameters while disabling backup of a backup entity(Application/Service/Partition).
Attributes
clean_backup[RW]
@return [Boolean] Boolean flag to delete backups. It can be set to true for deleting all the backups which were created for the backup entity that is getting disabled for backup.
Public Class Methods
mapper()
click to toggle source
Mapper for DisableBackupDescription
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/6.5.0.36/generated/azure_service_fabric/models/disable_backup_description.rb, line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DisableBackupDescription', type: { name: 'Composite', class_name: 'DisableBackupDescription', model_properties: { clean_backup: { client_side_validation: true, required: true, serialized_name: 'CleanBackup', type: { name: 'Boolean' } } } } } end