Sha256: eccb7a070f5e35b96763ed365a7b7fb3b32debe78b77b906489843c83b9e46de
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 # 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.9.0 | lib/generated/azure_mgmt_web/models/file_system_application_logs_config.rb |