Sha256: 13ed17067ceb04281ca802fa880e76d4c340df62704d18ad4ee64d5e06133c45
Contents?: true
Size: 1.65 KB
Versions: 2
Compression:
Stored size: 1.65 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::Web::Mgmt::V2020_09_01 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() { client_side_validation: true, required: false, serialized_name: 'AzureTableStorageApplicationLogsConfig', type: { name: 'Composite', class_name: 'AzureTableStorageApplicationLogsConfig', model_properties: { level: { client_side_validation: true, required: false, serialized_name: 'level', type: { name: 'Enum', module: 'LogLevel' } }, sas_url: { client_side_validation: true, required: true, serialized_name: 'sasUrl', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems