Sha256: b270466b9943911e4d4a1d176ac103e9101c456055bad0e02ef4c79c32136bb5
Contents?: true
Size: 1.5 KB
Versions: 1
Compression:
Stored size: 1.5 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 # # Http logs configuration # class HttpLogsConfig include MsRestAzure # @return [FileSystemHttpLogsConfig] Http logs to file system # configuration attr_accessor :file_system # @return [AzureBlobStorageHttpLogsConfig] Http logs to azure blob # storage configuration attr_accessor :azure_blob_storage # # Mapper for HttpLogsConfig class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'HttpLogsConfig', type: { name: 'Composite', class_name: 'HttpLogsConfig', model_properties: { file_system: { required: false, serialized_name: 'fileSystem', type: { name: 'Composite', class_name: 'FileSystemHttpLogsConfig' } }, azure_blob_storage: { required: false, serialized_name: 'azureBlobStorage', type: { name: 'Composite', class_name: 'AzureBlobStorageHttpLogsConfig' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_web-0.8.0 | lib/generated/azure_mgmt_web/models/http_logs_config.rb |