class Azure::Web::Mgmt::V2020_09_01::Models::AzureTableStorageApplicationLogsConfig
Application logs to Azure
table storage configuration.
Attributes
level[RW]
@return [LogLevel] Log level. Possible values include: 'Off', 'Verbose', 'Information', 'Warning', 'Error'
sas_url[RW]
@return [String] SAS URL to an Azure
table with add/query/delete permissions.
Private Class Methods
mapper()
click to toggle source
Mapper for AzureTableStorageApplicationLogsConfig
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-09-01/generated/azure_mgmt_web/models/azure_table_storage_application_logs_config.rb, line 28 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