Sha256: 5c9b4daaa58760ddceba701412864d8e2880e4254fa22a12998628e64e3947c7
Contents?: true
Size: 1.54 KB
Versions: 1
Compression:
Stored size: 1.54 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 Azure table storage configuration. # class AzureTableStorageApplicationLogsConfig include MsRestAzure include MsRest::JSONable # @return [LogLevel] Log level. Possible values include: 'Off', # 'Verbose', 'Information', 'Warning', 'Error' attr_accessor :level # @return [String] SAS URL to an Azure table with add/query/delete # permissions. attr_accessor :sas_url # # Mapper for AzureTableStorageApplicationLogsConfig class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'AzureTableStorageApplicationLogsConfig', type: { name: 'Composite', class_name: 'AzureTableStorageApplicationLogsConfig', model_properties: { level: { required: false, serialized_name: 'level', type: { name: 'Enum', module: 'LogLevel' } }, sas_url: { required: true, serialized_name: 'sasUrl', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_web-0.13.0 | lib/generated/azure_mgmt_web/models/azure_table_storage_application_logs_config.rb |