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() | |
AzureBlobStorageApplicationLogsConfig(Nullable<LogLevel>, String, Nullable<Int32>) |
AzureBlobStorageApplicationLogsConfig()
public AzureBlobStorageApplicationLogsConfig ();
Public Sub New ()
Applies to
AzureBlobStorageApplicationLogsConfig(Nullable<LogLevel>, String, Nullable<Int32>)
public AzureBlobStorageApplicationLogsConfig (Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.LogLevel? level = default, string sasUrl = default, int? retentionInDays = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AzureBlobStorageApplicationLogsConfig : Nullable<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.LogLevel> * string * Nullable<int> -> Microsoft.Azure.Management.WebSites.Version2016_09_01.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
- sasUrl
- String