AzureBlobStorageHttpLogsConfig 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
AzureBlobStorageHttpLogsConfig() | |
AzureBlobStorageHttpLogsConfig(String, Nullable<Int32>, Nullable<Boolean>) |
AzureBlobStorageHttpLogsConfig()
public AzureBlobStorageHttpLogsConfig ();
Public Sub New ()
Applies to
AzureBlobStorageHttpLogsConfig(String, Nullable<Int32>, Nullable<Boolean>)
public AzureBlobStorageHttpLogsConfig (string sasUrl = default, int? retentionInDays = default, bool? enabled = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AzureBlobStorageHttpLogsConfig : string * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AzureBlobStorageHttpLogsConfig
Public Sub New (Optional sasUrl As String = Nothing, Optional retentionInDays As Nullable(Of Integer) = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing)
Parameters
- sasUrl
- String