public class AzureBlobStorageApplicationLogsConfig extends Object
| Constructor and Description |
|---|
AzureBlobStorageApplicationLogsConfig() |
| Modifier and Type | Method and Description |
|---|---|
LogLevel |
level()
Get the level value.
|
Integer |
retentionInDays()
Get the retentionInDays value.
|
String |
sasUrl()
Get the sasUrl value.
|
AzureBlobStorageApplicationLogsConfig |
withLevel(LogLevel level)
Set the level value.
|
AzureBlobStorageApplicationLogsConfig |
withRetentionInDays(Integer retentionInDays)
Set the retentionInDays value.
|
AzureBlobStorageApplicationLogsConfig |
withSasUrl(String sasUrl)
Set the sasUrl value.
|
public AzureBlobStorageApplicationLogsConfig()
public LogLevel level()
public AzureBlobStorageApplicationLogsConfig withLevel(LogLevel level)
level - the level value to setpublic String sasUrl()
public AzureBlobStorageApplicationLogsConfig withSasUrl(String sasUrl)
sasUrl - the sasUrl value to setpublic Integer retentionInDays()
public AzureBlobStorageApplicationLogsConfig withRetentionInDays(Integer retentionInDays)
retentionInDays - the retentionInDays 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.
*/