Uses of Class
com.microsoft.azure.management.appservice.AzureBlobStorageHttpLogsConfig
Packages that use AzureBlobStorageHttpLogsConfig
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of AzureBlobStorageHttpLogsConfig in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AzureBlobStorageHttpLogsConfigModifier and TypeMethodDescriptionHttpLogsConfig.azureBlobStorage()
Get http logs to azure blob storage configuration.AzureBlobStorageHttpLogsConfig.withEnabled
(Boolean enabled) Set true if configuration is enabled, false if it is disabled and null if configuration is not set.AzureBlobStorageHttpLogsConfig.withRetentionInDays
(Integer retentionInDays) Set retention in days.AzureBlobStorageHttpLogsConfig.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 AzureBlobStorageHttpLogsConfigModifier and TypeMethodDescriptionHttpLogsConfig.withAzureBlobStorage
(AzureBlobStorageHttpLogsConfig azureBlobStorage) Set http logs to azure blob storage configuration.