Uses of Class
com.azure.resourcemanager.appservice.models.AzureBlobStorageHttpLogsConfig
Packages that use AzureBlobStorageHttpLogsConfig
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of AzureBlobStorageHttpLogsConfig in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AzureBlobStorageHttpLogsConfigModifier and TypeMethodDescriptionHttpLogsConfig.azureBlobStorage()
Get the azureBlobStorage property: Http logs to azure blob storage configuration.AzureBlobStorageHttpLogsConfig.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AzureBlobStorageHttpLogsConfig from the JsonReader.AzureBlobStorageHttpLogsConfig.withEnabled
(Boolean enabled) Set the enabled property: True if configuration is enabled, false if it is disabled and null if configuration is not set.AzureBlobStorageHttpLogsConfig.withRetentionInDays
(Integer retentionInDays) Set the retentionInDays property: Retention in days.AzureBlobStorageHttpLogsConfig.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 AzureBlobStorageHttpLogsConfigModifier and TypeMethodDescriptionHttpLogsConfig.withAzureBlobStorage
(AzureBlobStorageHttpLogsConfig azureBlobStorage) Set the azureBlobStorage property: Http logs to azure blob storage configuration.