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.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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET