AzureTableStorageApplicationLogsConfig 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
AzureTableStorageApplicationLogsConfig() |
Initializes a new instance of the AzureTableStorageApplicationLogsConfig class. |
AzureTableStorageApplicationLogsConfig(String, Nullable<LogLevel>) |
Initializes a new instance of the AzureTableStorageApplicationLogsConfig class. |
AzureTableStorageApplicationLogsConfig()
Initializes a new instance of the AzureTableStorageApplicationLogsConfig class.
public AzureTableStorageApplicationLogsConfig ();
Public Sub New ()
Applies to
AzureTableStorageApplicationLogsConfig(String, Nullable<LogLevel>)
Initializes a new instance of the AzureTableStorageApplicationLogsConfig class.
public AzureTableStorageApplicationLogsConfig (string sasUrl, Microsoft.Azure.Management.WebSites.Models.LogLevel? level = default);
new Microsoft.Azure.Management.WebSites.Models.AzureTableStorageApplicationLogsConfig : string * Nullable<Microsoft.Azure.Management.WebSites.Models.LogLevel> -> Microsoft.Azure.Management.WebSites.Models.AzureTableStorageApplicationLogsConfig
Public Sub New (sasUrl As String, Optional level As Nullable(Of LogLevel) = Nothing)
Parameters
- sasUrl
- String
SAS URL to an Azure table with add/query/delete permissions.
Log level. Possible values include: 'Off', 'Verbose', 'Information', 'Warning', 'Error'
Applies to
Azure SDK for .NET