Uses of Class
com.azure.resourcemanager.appservice.models.AzureBlobStorageHttpLogsConfig
-
Packages that use AzureBlobStorageHttpLogsConfig Package Description com.azure.resourcemanager.appservice.models 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 AzureBlobStorageHttpLogsConfig Modifier and Type Method Description AzureBlobStorageHttpLogsConfigHttpLogsConfig. azureBlobStorage()Get the azureBlobStorage property: Http logs to azure blob storage configuration.AzureBlobStorageHttpLogsConfigAzureBlobStorageHttpLogsConfig. withEnabled(Boolean enabled)Set the enabled property: True if configuration is enabled, false if it is disabled and null if configuration is not set.AzureBlobStorageHttpLogsConfigAzureBlobStorageHttpLogsConfig. withRetentionInDays(Integer retentionInDays)Set the retentionInDays property: Retention in days.AzureBlobStorageHttpLogsConfigAzureBlobStorageHttpLogsConfig. 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 AzureBlobStorageHttpLogsConfig Modifier and Type Method Description HttpLogsConfigHttpLogsConfig. withAzureBlobStorage(AzureBlobStorageHttpLogsConfig azureBlobStorage)Set the azureBlobStorage property: Http logs to azure blob storage configuration.
-