HttpLogsConfig Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
HttpLogsConfig() |
Initialisiert eine neue instance der HttpLogsConfig-Klasse. |
HttpLogsConfig(FileSystemHttpLogsConfig, AzureBlobStorageHttpLogsConfig) |
Initialisiert eine neue instance der HttpLogsConfig-Klasse. |
HttpLogsConfig()
Initialisiert eine neue instance der HttpLogsConfig-Klasse.
public HttpLogsConfig ();
Public Sub New ()
Gilt für:
HttpLogsConfig(FileSystemHttpLogsConfig, AzureBlobStorageHttpLogsConfig)
Initialisiert eine neue instance der HttpLogsConfig-Klasse.
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)
Parameter
- fileSystem
- FileSystemHttpLogsConfig
HTTP-Protokolle für die Dateisystemkonfiguration.
- azureBlobStorage
- AzureBlobStorageHttpLogsConfig
HTTP-Protokolle für die Azure Blob Storage-Konfiguration.
Gilt für:
Azure SDK for .NET