Uses of Class
com.azure.resourcemanager.appservice.models.ApplicationLogsConfig
-
Packages that use ApplicationLogsConfig Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 ApplicationLogsConfig Modifier and Type Method Description ApplicationLogsConfigSiteLogsConfigInner. applicationLogs()Get the applicationLogs property: Application logs configuration.ApplicationLogsConfigSiteLogsConfigProperties. applicationLogs()Get the applicationLogs property: Application logs configuration.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type ApplicationLogsConfig Modifier and Type Method Description SiteLogsConfigInnerSiteLogsConfigInner. withApplicationLogs(ApplicationLogsConfig applicationLogs)Set the applicationLogs property: Application logs configuration.SiteLogsConfigPropertiesSiteLogsConfigProperties. 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 ApplicationLogsConfig Modifier and Type Method Description ApplicationLogsConfigApplicationLogsConfig. withAzureBlobStorage(AzureBlobStorageApplicationLogsConfig azureBlobStorage)Set the azureBlobStorage property: Application logs to blob storage configuration.ApplicationLogsConfigApplicationLogsConfig. withAzureTableStorage(AzureTableStorageApplicationLogsConfig azureTableStorage)Set the azureTableStorage property: Application logs to azure table storage configuration.ApplicationLogsConfigApplicationLogsConfig. withFileSystem(FileSystemApplicationLogsConfig fileSystem)Set the fileSystem property: Application logs to file system configuration.
-