Uses of Class
com.microsoft.azure.management.appservice.AzureBlobStorageApplicationLogsConfig
-
-
Uses of AzureBlobStorageApplicationLogsConfig in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AzureBlobStorageApplicationLogsConfig Modifier and Type Method Description AzureBlobStorageApplicationLogsConfigApplicationLogsConfig. azureBlobStorage()Get application logs to blob storage configuration.AzureBlobStorageApplicationLogsConfigAzureBlobStorageApplicationLogsConfig. withLevel(LogLevel level)Set log level.AzureBlobStorageApplicationLogsConfigAzureBlobStorageApplicationLogsConfig. withRetentionInDays(Integer retentionInDays)Set retention in days.AzureBlobStorageApplicationLogsConfigAzureBlobStorageApplicationLogsConfig. withSasUrl(String sasUrl)Set sAS url to a azure blob container with read/write/list/delete permissions.Methods in com.microsoft.azure.management.appservice with parameters of type AzureBlobStorageApplicationLogsConfig Modifier and Type Method Description ApplicationLogsConfigApplicationLogsConfig. withAzureBlobStorage(AzureBlobStorageApplicationLogsConfig azureBlobStorage)Set application logs to blob storage configuration.
-