AzureBlobStorageApplicationLogsConfig Constructors
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.
Overloads
AzureBlobStorageApplicationLogsConfig() |
Initializes a new instance of the AzureBlobStorageApplicationLogsConfig class. |
AzureBlobStorageApplicationLogsConfig(Nullable<LogLevel>, String, Nullable<Int32>) |
Initializes a new instance of the AzureBlobStorageApplicationLogsConfig class. |
AzureBlobStorageApplicationLogsConfig()
Initializes a new instance of the AzureBlobStorageApplicationLogsConfig class.
public AzureBlobStorageApplicationLogsConfig ();
Public Sub New ()
Applies to
AzureBlobStorageApplicationLogsConfig(Nullable<LogLevel>, String, Nullable<Int32>)
Initializes a new instance of the AzureBlobStorageApplicationLogsConfig class.
public AzureBlobStorageApplicationLogsConfig (Microsoft.Azure.Management.WebSites.Models.LogLevel? level = default, string sasUrl = default, int? retentionInDays = default);
new Microsoft.Azure.Management.WebSites.Models.AzureBlobStorageApplicationLogsConfig : Nullable<Microsoft.Azure.Management.WebSites.Models.LogLevel> * string * Nullable<int> -> Microsoft.Azure.Management.WebSites.Models.AzureBlobStorageApplicationLogsConfig
Public Sub New (Optional level As Nullable(Of LogLevel) = Nothing, Optional sasUrl As String = Nothing, Optional retentionInDays As Nullable(Of Integer) = Nothing)
Parameters
Log level. Possible values include: 'Off', 'Verbose', 'Information', 'Warning', 'Error'
- sasUrl
- String
SAS url to a azure blob container with read/write/list/delete permissions.
Retention in days. Remove blobs older than X days. 0 or lower means no retention.
Applies to
Azure SDK for .NET