Uses of Class
com.microsoft.azure.management.appservice.AzureTableStorageApplicationLogsConfig
-
-
Uses of AzureTableStorageApplicationLogsConfig in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AzureTableStorageApplicationLogsConfig Modifier and Type Method Description AzureTableStorageApplicationLogsConfigApplicationLogsConfig. azureTableStorage()Get application logs to azure table storage configuration.AzureTableStorageApplicationLogsConfigAzureTableStorageApplicationLogsConfig. withLevel(LogLevel level)Set log level.AzureTableStorageApplicationLogsConfigAzureTableStorageApplicationLogsConfig. withSasUrl(String sasUrl)Set sAS URL to an Azure table with add/query/delete permissions.Methods in com.microsoft.azure.management.appservice with parameters of type AzureTableStorageApplicationLogsConfig Modifier and Type Method Description ApplicationLogsConfigApplicationLogsConfig. withAzureTableStorage(AzureTableStorageApplicationLogsConfig azureTableStorage)Set application logs to azure table storage configuration.
-