| Modifier and Type | Method and Description |
|---|---|
AzureBlobStorageHttpLogsConfig |
HttpLogsConfig.azureBlobStorage()
Get http logs to azure blob storage configuration.
|
AzureBlobStorageHttpLogsConfig |
AzureBlobStorageHttpLogsConfig.withEnabled(Boolean enabled)
Set true if configuration is enabled, false if it is disabled and null if configuration is not set.
|
AzureBlobStorageHttpLogsConfig |
AzureBlobStorageHttpLogsConfig.withRetentionInDays(Integer retentionInDays)
Set retention in days.
|
AzureBlobStorageHttpLogsConfig |
AzureBlobStorageHttpLogsConfig.withSasUrl(String sasUrl)
Set sAS url to a azure blob container with read/write/list/delete permissions.
|
| Modifier and Type | Method and Description |
|---|---|
HttpLogsConfig |
HttpLogsConfig.withAzureBlobStorage(AzureBlobStorageHttpLogsConfig azureBlobStorage)
Set http logs to azure blob storage configuration.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/