public class HttpLogsConfig extends Object
| Constructor and Description |
|---|
HttpLogsConfig() |
| Modifier and Type | Method and Description |
|---|---|
AzureBlobStorageHttpLogsConfig |
azureBlobStorage()
Get http logs to azure blob storage configuration.
|
FileSystemHttpLogsConfig |
fileSystem()
Get http logs to file system configuration.
|
HttpLogsConfig |
withAzureBlobStorage(AzureBlobStorageHttpLogsConfig azureBlobStorage)
Set http logs to azure blob storage configuration.
|
HttpLogsConfig |
withFileSystem(FileSystemHttpLogsConfig fileSystem)
Set http logs to file system configuration.
|
public FileSystemHttpLogsConfig fileSystem()
public HttpLogsConfig withFileSystem(FileSystemHttpLogsConfig fileSystem)
fileSystem - the fileSystem value to setpublic AzureBlobStorageHttpLogsConfig azureBlobStorage()
public HttpLogsConfig withAzureBlobStorage(AzureBlobStorageHttpLogsConfig azureBlobStorage)
azureBlobStorage - the azureBlobStorage value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/