public final class AzureBlobStorageApplicationLogsConfig extends Object
| Constructor and Description |
|---|
AzureBlobStorageApplicationLogsConfig() |
| Modifier and Type | Method and Description |
|---|---|
LogLevel |
level()
Get the level property: Log level.
|
Integer |
retentionInDays()
Get the retentionInDays property: Retention in days.
|
String |
sasUrl()
Get the sasUrl property: SAS url to a azure blob container with read/write/list/delete permissions.
|
void |
validate()
Validates the instance.
|
AzureBlobStorageApplicationLogsConfig |
withLevel(LogLevel level)
Set the level property: Log level.
|
AzureBlobStorageApplicationLogsConfig |
withRetentionInDays(Integer retentionInDays)
Set the retentionInDays property: Retention in days.
|
AzureBlobStorageApplicationLogsConfig |
withSasUrl(String sasUrl)
Set the sasUrl property: SAS url to a azure blob container with read/write/list/delete permissions.
|
public AzureBlobStorageApplicationLogsConfig()
public LogLevel level()
public AzureBlobStorageApplicationLogsConfig withLevel(LogLevel level)
level - the level value to set.public String sasUrl()
public AzureBlobStorageApplicationLogsConfig withSasUrl(String sasUrl)
sasUrl - the sasUrl value to set.public Integer retentionInDays()
public AzureBlobStorageApplicationLogsConfig withRetentionInDays(Integer retentionInDays)
retentionInDays - the retentionInDays value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.