Uses of Class
com.microsoft.azure.management.appservice.AzureBlobStorageHttpLogsConfig
-
-
Uses of AzureBlobStorageHttpLogsConfig in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AzureBlobStorageHttpLogsConfig Modifier and Type Method Description AzureBlobStorageHttpLogsConfigHttpLogsConfig. azureBlobStorage()Get http logs to azure blob storage configuration.AzureBlobStorageHttpLogsConfigAzureBlobStorageHttpLogsConfig. withEnabled(Boolean enabled)Set true if configuration is enabled, false if it is disabled and null if configuration is not set.AzureBlobStorageHttpLogsConfigAzureBlobStorageHttpLogsConfig. withRetentionInDays(Integer retentionInDays)Set retention in days.AzureBlobStorageHttpLogsConfigAzureBlobStorageHttpLogsConfig. 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 AzureBlobStorageHttpLogsConfig Modifier and Type Method Description HttpLogsConfigHttpLogsConfig. withAzureBlobStorage(AzureBlobStorageHttpLogsConfig azureBlobStorage)Set http logs to azure blob storage configuration.
-