Share via


HttpLogsConfig Constructors

Definition

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

Applies to