Uses of Class
com.azure.resourcemanager.appservice.models.AzureBlobStorageApplicationLogsConfig
-
Packages that use AzureBlobStorageApplicationLogsConfig Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of AzureBlobStorageApplicationLogsConfig in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AzureBlobStorageApplicationLogsConfig Modifier and Type Method Description AzureBlobStorageApplicationLogsConfigApplicationLogsConfig. azureBlobStorage()Get the azureBlobStorage property: Application logs to blob storage configuration.AzureBlobStorageApplicationLogsConfigAzureBlobStorageApplicationLogsConfig. withLevel(LogLevel level)Set the level property: Log level.AzureBlobStorageApplicationLogsConfigAzureBlobStorageApplicationLogsConfig. withRetentionInDays(Integer retentionInDays)Set the retentionInDays property: Retention in days.AzureBlobStorageApplicationLogsConfigAzureBlobStorageApplicationLogsConfig. withSasUrl(String sasUrl)Set the sasUrl property: SAS url to a azure blob container with read/write/list/delete permissions.Methods in com.azure.resourcemanager.appservice.models with parameters of type AzureBlobStorageApplicationLogsConfig Modifier and Type Method Description ApplicationLogsConfigApplicationLogsConfig. withAzureBlobStorage(AzureBlobStorageApplicationLogsConfig azureBlobStorage)Set the azureBlobStorage property: Application logs to blob storage configuration.
-