Sha256: ceff94bbe36d35a2575b4bbd9195212a9e1345495c2f99b367475c5d70c9957f
Contents?: true
Size: 1.65 KB
Versions: 11
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::V2016_08_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
11 entries across 11 versions & 1 rubygems