public final class ApplicationLogsConfig extends Object
| Constructor and Description |
|---|
ApplicationLogsConfig() |
| Modifier and Type | Method and Description |
|---|---|
AzureBlobStorageApplicationLogsConfig |
azureBlobStorage()
Get the azureBlobStorage property: Application logs to blob storage configuration.
|
AzureTableStorageApplicationLogsConfig |
azureTableStorage()
Get the azureTableStorage property: Application logs to azure table storage configuration.
|
FileSystemApplicationLogsConfig |
fileSystem()
Get the fileSystem property: Application logs to file system configuration.
|
void |
validate()
Validates the instance.
|
ApplicationLogsConfig |
withAzureBlobStorage(AzureBlobStorageApplicationLogsConfig azureBlobStorage)
Set the azureBlobStorage property: Application logs to blob storage configuration.
|
ApplicationLogsConfig |
withAzureTableStorage(AzureTableStorageApplicationLogsConfig azureTableStorage)
Set the azureTableStorage property: Application logs to azure table storage configuration.
|
ApplicationLogsConfig |
withFileSystem(FileSystemApplicationLogsConfig fileSystem)
Set the fileSystem property: Application logs to file system configuration.
|
public FileSystemApplicationLogsConfig fileSystem()
public ApplicationLogsConfig withFileSystem(FileSystemApplicationLogsConfig fileSystem)
fileSystem - the fileSystem value to set.public AzureTableStorageApplicationLogsConfig azureTableStorage()
public ApplicationLogsConfig withAzureTableStorage(AzureTableStorageApplicationLogsConfig azureTableStorage)
azureTableStorage - the azureTableStorage value to set.public AzureBlobStorageApplicationLogsConfig azureBlobStorage()
public ApplicationLogsConfig withAzureBlobStorage(AzureBlobStorageApplicationLogsConfig azureBlobStorage)
azureBlobStorage - the azureBlobStorage value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.