Uses of Class
com.azure.resourcemanager.appservice.models.AzureBlobStorageApplicationLogsConfig
Packages that use AzureBlobStorageApplicationLogsConfig
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of AzureBlobStorageApplicationLogsConfig in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type AzureBlobStorageApplicationLogsConfigModifier and TypeClassDescriptionfinal classApplication logs azure blob storage configuration.Methods in com.azure.resourcemanager.appservice.models that return AzureBlobStorageApplicationLogsConfigModifier and TypeMethodDescriptionApplicationLogsConfig.azureBlobStorage()Get the azureBlobStorage property: Application logs to blob storage configuration.AzureBlobStorageApplicationLogsConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureBlobStorageApplicationLogsConfig from the JsonReader.Set the level property: Log level.AzureBlobStorageApplicationLogsConfig.withRetentionInDays(Integer retentionInDays) Set the retentionInDays property: Retention in days.AzureBlobStorageApplicationLogsConfig.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 AzureBlobStorageApplicationLogsConfigModifier and TypeMethodDescriptionApplicationLogsConfig.withAzureBlobStorage(AzureBlobStorageApplicationLogsConfig azureBlobStorage) Set the azureBlobStorage property: Application logs to blob storage configuration.