Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
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 © 2019. All rights reserved.