AzureBlobStorageHttpLogsConfig 类
定义
Http logs to azure blob storage configuration.
public class AzureBlobStorageHttpLogsConfig
- 继承
-
java.lang.ObjectAzureBlobStorageHttpLogsConfig
方法
enabled() |
Get the enabled value.
|
retentionInDays() |
Get the retentionInDays value.
|
sasUrl() |
Get the sasUrl value.
|
withEnabled(Boolean enabled) |
Set the enabled value.
|
withRetentionInDays(Integer retentionInDays) |
Set the retentionInDays value.
|
withSasUrl(String sasUrl) |
Set the sasUrl value.
|