Sha256: 733fa11a2252a34538ade737136c5ff05b4a299c0b83556676ecd0d6e33b75d0
Contents?: true
Size: 1.51 KB
Versions: 1
Compression:
Stored size: 1.51 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 Azure table storage configuration. # class AzureTableStorageApplicationLogsConfig include MsRestAzure # @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.9.0 | lib/generated/azure_mgmt_web/models/azure_table_storage_application_logs_config.rb |