Uses of Class
com.azure.resourcemanager.appservice.models.ApplicationLogsConfig
Packages that use ApplicationLogsConfig
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ApplicationLogsConfig in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ApplicationLogsConfigModifier and TypeMethodDescriptionSiteLogsConfigInner.applicationLogs()
Get the applicationLogs property: Application logs configuration.SiteLogsConfigProperties.applicationLogs()
Get the applicationLogs property: Application logs configuration.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type ApplicationLogsConfigModifier and TypeMethodDescriptionSiteLogsConfigInner.withApplicationLogs
(ApplicationLogsConfig applicationLogs) Set the applicationLogs property: Application logs configuration.SiteLogsConfigProperties.withApplicationLogs
(ApplicationLogsConfig applicationLogs) Set the applicationLogs property: Application logs configuration. -
Uses of ApplicationLogsConfig in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ApplicationLogsConfigModifier and TypeMethodDescriptionstatic ApplicationLogsConfig
ApplicationLogsConfig.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationLogsConfig from the JsonReader.ApplicationLogsConfig.withAzureBlobStorage
(AzureBlobStorageApplicationLogsConfig azureBlobStorage) Set the azureBlobStorage property: Application logs to blob storage configuration.ApplicationLogsConfig.withAzureTableStorage
(AzureTableStorageApplicationLogsConfig azureTableStorage) Set the azureTableStorage property: Application logs to azure table storage configuration.ApplicationLogsConfig.withFileSystem
(FileSystemApplicationLogsConfig fileSystem) Set the fileSystem property: Application logs to file system configuration.