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() |
Initializes a new instance of the HttpLogsConfig class. |
HttpLogsConfig(FileSystemHttpLogsConfig, AzureBlobStorageHttpLogsConfig) |
Initializes a new instance of the HttpLogsConfig class. |
HttpLogsConfig()
Initializes a new instance of the HttpLogsConfig class.
public HttpLogsConfig ();
Public Sub New ()
Applies to
HttpLogsConfig(FileSystemHttpLogsConfig, AzureBlobStorageHttpLogsConfig)
Initializes a new instance of the HttpLogsConfig class.
public HttpLogsConfig (Microsoft.Azure.Management.WebSites.Models.FileSystemHttpLogsConfig fileSystem = default, Microsoft.Azure.Management.WebSites.Models.AzureBlobStorageHttpLogsConfig azureBlobStorage = default);
new Microsoft.Azure.Management.WebSites.Models.HttpLogsConfig : Microsoft.Azure.Management.WebSites.Models.FileSystemHttpLogsConfig * Microsoft.Azure.Management.WebSites.Models.AzureBlobStorageHttpLogsConfig -> Microsoft.Azure.Management.WebSites.Models.HttpLogsConfig
Public Sub New (Optional fileSystem As FileSystemHttpLogsConfig = Nothing, Optional azureBlobStorage As AzureBlobStorageHttpLogsConfig = Nothing)
Parameters
- fileSystem
- FileSystemHttpLogsConfig
Http logs to file system configuration.
- azureBlobStorage
- AzureBlobStorageHttpLogsConfig
Http logs to azure blob storage configuration.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET