ApplicationLogsConfig Klasse
Anwendungsprotokollkonfiguration.
- Vererbung
-
azure.mgmt.web._serialization.ModelApplicationLogsConfig
Konstruktor
ApplicationLogsConfig(*, file_system: _models.FileSystemApplicationLogsConfig | None = None, azure_table_storage: _models.AzureTableStorageApplicationLogsConfig | None = None, azure_blob_storage: _models.AzureBlobStorageApplicationLogsConfig | None = None, **kwargs: Any)
Nur Schlüsselwortparameter
Name | Beschreibung |
---|---|
file_system
|
Anwendungsprotokolle für die Dateisystemkonfiguration. |
azure_table_storage
|
Anwendungsprotokolle für die Azure-Tabellenspeicherkonfiguration. |
azure_blob_storage
|
Anwendungsprotokolle für die Blobspeicherkonfiguration. |
Variablen
Name | Beschreibung |
---|---|
file_system
|
Anwendungsprotokolle für die Dateisystemkonfiguration. |
azure_table_storage
|
Anwendungsprotokolle für die Azure-Tabellenspeicherkonfiguration. |
azure_blob_storage
|
Anwendungsprotokolle für die Blobspeicherkonfiguration. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python