Application Logs Config Response
data class ApplicationLogsConfigResponse(val azureBlobStorage: AzureBlobStorageApplicationLogsConfigResponse? = null, val azureTableStorage: AzureTableStorageApplicationLogsConfigResponse? = null, val fileSystem: FileSystemApplicationLogsConfigResponse? = null)
Application logs configuration.
Constructors
Link copied to clipboard
constructor(azureBlobStorage: AzureBlobStorageApplicationLogsConfigResponse? = null, azureTableStorage: AzureTableStorageApplicationLogsConfigResponse? = null, fileSystem: FileSystemApplicationLogsConfigResponse? = null)