Sha256: bf174c5cb458f11f91394539b02c34437f8065b4b1793459200fc4d304bbb2dc
Contents?: true
Size: 1.22 KB
Versions: 1
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::ARM::Web module Models # # Application logs to file system configuration. # class FileSystemApplicationLogsConfig include MsRestAzure # @return [LogLevel] Log level. Possible values include: 'Off', # 'Verbose', 'Information', 'Warning', 'Error'. Default value: 'Off' . attr_accessor :level # # Mapper for FileSystemApplicationLogsConfig class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'FileSystemApplicationLogsConfig', type: { name: 'Composite', class_name: 'FileSystemApplicationLogsConfig', model_properties: { level: { required: false, serialized_name: 'level', default_value: 'Off', type: { name: 'Enum', module: 'LogLevel' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_web-0.14.0 | lib/generated/azure_mgmt_web/models/file_system_application_logs_config.rb |