AzureTableStorageApplicationLogsConfig 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 to Azure table storage configuration.
public class AzureTableStorageApplicationLogsConfig
type AzureTableStorageApplicationLogsConfig = class
Public Class AzureTableStorageApplicationLogsConfig
- Inheritance
-
AzureTableStorageApplicationLogsConfig
Constructors
AzureTableStorageApplicationLogsConfig() |
Initializes a new instance of the AzureTableStorageApplicationLogsConfig class. |
AzureTableStorageApplicationLogsConfig(String, Nullable<LogLevel>) |
Initializes a new instance of the AzureTableStorageApplicationLogsConfig class. |
Properties
Level |
Gets or sets log level. Possible values include: 'Off', 'Verbose', 'Information', 'Warning', 'Error' |
SasUrl |
Gets or sets SAS URL to an Azure table with add/query/delete permissions. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET