public final class HttpLogsConfig extends Object
| Constructor and Description |
|---|
HttpLogsConfig() |
| Modifier and Type | Method and Description |
|---|---|
AzureBlobStorageHttpLogsConfig |
azureBlobStorage()
Get the azureBlobStorage property: Http logs to azure blob storage configuration.
|
FileSystemHttpLogsConfig |
fileSystem()
Get the fileSystem property: Http logs to file system configuration.
|
void |
validate()
Validates the instance.
|
HttpLogsConfig |
withAzureBlobStorage(AzureBlobStorageHttpLogsConfig azureBlobStorage)
Set the azureBlobStorage property: Http logs to azure blob storage configuration.
|
HttpLogsConfig |
withFileSystem(FileSystemHttpLogsConfig fileSystem)
Set the fileSystem property: Http logs to file system configuration.
|
public FileSystemHttpLogsConfig fileSystem()
public HttpLogsConfig withFileSystem(FileSystemHttpLogsConfig fileSystem)
fileSystem - the fileSystem value to set.public AzureBlobStorageHttpLogsConfig azureBlobStorage()
public HttpLogsConfig withAzureBlobStorage(AzureBlobStorageHttpLogsConfig azureBlobStorage)
azureBlobStorage - the azureBlobStorage value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.