Sha256: e45900d4f7806101fea62e5f98180002da82c5b7c19b336f1fc2c3effa6ae307
Contents?: true
Size: 1.79 KB
Versions: 1
Compression:
Stored size: 1.79 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::ARM::Monitor module Models # # An activity log alert object for the body of patch operations. # class ActivityLogAlertPatchBody include MsRestAzure include MsRest::JSONable # @return [Hash{String => String}] Resource tags attr_accessor :tags # @return [Boolean] Indicates whether this activity log alert is enabled. # If an activity log alert is not enabled, then none of its actions will # be activated. Default value: true . attr_accessor :enabled # # Mapper for ActivityLogAlertPatchBody class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ActivityLogAlertPatchBody', type: { name: 'Composite', class_name: 'ActivityLogAlertPatchBody', model_properties: { tags: { required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, enabled: { required: false, serialized_name: 'properties.enabled', default_value: true, type: { name: 'Boolean' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_monitor-0.13.0 | lib/generated/azure_mgmt_monitor/models/activity_log_alert_patch_body.rb |