HttpLogsConfig 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
HttpLogsConfig() | |
HttpLogsConfig(FileSystemHttpLogsConfig, AzureBlobStorageHttpLogsConfig) |
HttpLogsConfig()
public HttpLogsConfig ();
Public Sub New ()
Applies to
HttpLogsConfig(FileSystemHttpLogsConfig, AzureBlobStorageHttpLogsConfig)
public HttpLogsConfig (Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.FileSystemHttpLogsConfig fileSystem = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AzureBlobStorageHttpLogsConfig azureBlobStorage = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.HttpLogsConfig : Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.FileSystemHttpLogsConfig * Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AzureBlobStorageHttpLogsConfig -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.HttpLogsConfig
Public Sub New (Optional fileSystem As FileSystemHttpLogsConfig = Nothing, Optional azureBlobStorage As AzureBlobStorageHttpLogsConfig = Nothing)
Parameters
- fileSystem
- FileSystemHttpLogsConfig
- azureBlobStorage
- AzureBlobStorageHttpLogsConfig