AzureBlobStorageApplicationLogsConfig 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 azure blob storage configuration.
public class AzureBlobStorageApplicationLogsConfig
type AzureBlobStorageApplicationLogsConfig = class
Public Class AzureBlobStorageApplicationLogsConfig
- Inheritance
-
AzureBlobStorageApplicationLogsConfig
Constructors
AzureBlobStorageApplicationLogsConfig() |
Initializes a new instance of the AzureBlobStorageApplicationLogsConfig class. |
AzureBlobStorageApplicationLogsConfig(Nullable<LogLevel>, String, Nullable<Int32>) |
Initializes a new instance of the AzureBlobStorageApplicationLogsConfig class. |
Properties
Level |
Gets or sets log level. Possible values include: 'Off', 'Verbose', 'Information', 'Warning', 'Error' |
RetentionInDays |
Gets or sets retention in days. Remove blobs older than X days. 0 or lower means no retention. |
SasUrl |
Gets or sets SAS url to a azure blob container with read/write/list/delete permissions. |
Applies to
Azure SDK for .NET