ApplicationLogsConfig Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Application logs configuration.
public class ApplicationLogsConfig
type ApplicationLogsConfig = class
Public Class ApplicationLogsConfig
- Inheritance
-
ApplicationLogsConfig
Constructors
ApplicationLogsConfig() |
Initializes a new instance of the ApplicationLogsConfig class. |
ApplicationLogsConfig(FileSystemApplicationLogsConfig, AzureTableStorageApplicationLogsConfig, AzureBlobStorageApplicationLogsConfig) |
Initializes a new instance of the ApplicationLogsConfig class. |
Properties
AzureBlobStorage |
Gets or sets application logs to blob storage configuration. |
AzureTableStorage |
Gets or sets application logs to azure table storage configuration. |
FileSystem |
Gets or sets application logs to file system configuration. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET