HttpLogsConfig Constructors

Definition

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.AppService.Fluent.Models.FileSystemHttpLogsConfig fileSystem = default, Microsoft.Azure.Management.AppService.Fluent.Models.AzureBlobStorageHttpLogsConfig azureBlobStorage = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.HttpLogsConfig : Microsoft.Azure.Management.AppService.Fluent.Models.FileSystemHttpLogsConfig * Microsoft.Azure.Management.AppService.Fluent.Models.AzureBlobStorageHttpLogsConfig -> Microsoft.Azure.Management.AppService.Fluent.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