Uses of Class
com.microsoft.azure.management.appservice.AzureBlobStorageApplicationLogsConfig
Packages that use AzureBlobStorageApplicationLogsConfig
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of AzureBlobStorageApplicationLogsConfig in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AzureBlobStorageApplicationLogsConfigModifier and TypeMethodDescriptionApplicationLogsConfig.azureBlobStorage()
Get application logs to blob storage configuration.Set log level.AzureBlobStorageApplicationLogsConfig.withRetentionInDays
(Integer retentionInDays) Set retention in days.AzureBlobStorageApplicationLogsConfig.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 AzureBlobStorageApplicationLogsConfigModifier and TypeMethodDescriptionApplicationLogsConfig.withAzureBlobStorage
(AzureBlobStorageApplicationLogsConfig azureBlobStorage) Set application logs to blob storage configuration.